/**
 * @author daniel
 */
$(document).ready(function(){
	$('#video-search-submit').click(function(){
		$('#videos-search').submit();
	});
});
