From 27aa72e64179fd167ce6f3d6e474a8961941f6e6 Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 31 Aug 2011 19:30:46 +0530 Subject: [PATCH] minor, syntax --- gazetteer/static/js/gazetteer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gazetteer/static/js/gazetteer.js b/gazetteer/static/js/gazetteer.js index 50e8e96..0f296d2 100644 --- a/gazetteer/static/js/gazetteer.js +++ b/gazetteer/static/js/gazetteer.js @@ -14,7 +14,7 @@ $(function() { $('#searchForm').submit(function(e) { - if (!$('.mapListSection').is("visible")) { + if (!$('.mapListSection').is(":visible")) { $('.mapListSection').fadeIn("slow"); } e.preventDefault();