Created
September 7, 2011 18:51
Revisions
-
mdoel created this gist
Sep 7, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ /* How does one unit test this? */ $(document).ready(function() { $('#map-searchform .searchform-fields label').inFieldLabels(); $('#map-search-form').submit(function (e) { e.preventDefault(); $('#map').map_control().find($('#map-search-terms').val()); }); });