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

Commit

Permalink
Tweaked albertsun's merge so that it will eliminate the search button…
Browse files Browse the repository at this point in the history
… with , null or false.
  • Loading branch information
palewire committed Aug 5, 2011
1 parent d41c9bc commit d72262a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.geocodify.js
Expand Up @@ -218,7 +218,7 @@
});
}

if (settings.buttonValue !== "") {
if (settings.buttonValue) {
// Add the submit button
var buttonId = $this.attr("id") + "-button";
$('<input>')
Expand Down

0 comments on commit d72262a

Please sign in to comment.