Skip to content

Commit

Permalink
Increases setTimeout to hide ashokas
Browse files Browse the repository at this point in the history
  • Loading branch information
javierarce committed May 25, 2012
1 parent 75a802e commit dcbddfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/app.js
Expand Up @@ -799,7 +799,7 @@ $(function () {
that.removeOverlay("ashokas");
$("#ashokas").removeClass("selected");

}, 500);
}, 1000);

},
enableFilters: function() {
Expand Down

0 comments on commit dcbddfd

Please sign in to comment.