Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
fixed JS issue with devhub search re: (bug 711197)
Browse files Browse the repository at this point in the history
  • Loading branch information
spasovski committed Dec 20, 2011
1 parent 2fb3ae9 commit 94b36ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions media/js/zamboni/devhub_search.js
Expand Up @@ -26,6 +26,7 @@ google.setOnLoadCallback(function() {

$('#cse').hide();
sc.draw('cse', opt);
sc.execute();

if (!qry.val()) {
$('#resultcount').show();
Expand Down

0 comments on commit 94b36ec

Please sign in to comment.