Skip to content

Commit

Permalink
Label for search doesn't get hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtech-dobes committed Feb 26, 2015
1 parent 8c1c959 commit deacbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/nette.gpsPicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ var GpsPicker = function () {
$el.data('gpspicker').setValue.apply($el.data('gpspicker'), args);
});
}
$el.find('label').hide();
$el.find('label:not([for$=search])').hide();

var driver = drivers[options.driver];
if (!driver.isSupported) {
Expand Down

0 comments on commit deacbfd

Please sign in to comment.