Skip to content

Commit

Permalink
fixed bug with button
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarcon committed Nov 29, 2012
1 parent 8ef89d8 commit 8cb86a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/extensions/inputlocation.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/extensions/inputlocation.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//inputs for locations (i.e. latitude and longitude)
$(function(){
var input = $('input[data-type="location"]'),
button = $('<button class="location">'),
button = $('<button class="location" type="button">'),
map = $('<div class="input-map">').hide();

function injectCSS() {
Expand Down

0 comments on commit 8cb86a3

Please sign in to comment.