diff -r cb1b83039bc1 -r 39b2dab4f939 web/static/js/projectscontents.js --- a/web/static/js/projectscontents.js Wed Sep 15 15:20:26 2010 +0200 +++ b/web/static/js/projectscontents.js Tue Sep 21 04:27:08 2010 +0200 @@ -76,7 +76,7 @@ forceType: 'iframe', titleFromIframe: false, height:662, - width:650, + width:750, bgColor: 'rgb(239, 239, 239)', padding: 5, url: embed_url+'?json_url='+escape(json_url)+'&player_id='+escape(player_id), @@ -125,9 +125,11 @@ target.attr('timer',setTimeout(function() { target.next(".searchajaxloader").show(); + target.next(".searchclear").hide(); url = url.replace('__FILTER__',escape($(target).realVal())); $(container_selector).load(url, null, function() { target.next(".searchajaxloader").hide(); + target.next(".searchclear").show(); init_events($(container_selector)); target.removeAttr('timer'); });