Skip to content

Commit

Permalink
Also exclude URL type inputs from float labels
Browse files Browse the repository at this point in the history
  • Loading branch information
devin committed Oct 19, 2015
1 parent 0fabed0 commit a13864d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/frontend/give.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jQuery( function ( $ ) {

// floatlabels
var options = {
exclude : ['#give-amount, .give-select-level, .multiselect, .give-repeater-table input, select'],
exclude : ['#give-amount, .give-select-level, .multiselect, .give-repeater-table input, select, input[type="url"]'],
customEvent : customEvents
};

Expand Down
2 changes: 1 addition & 1 deletion assets/js/frontend/give.min.js

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

0 comments on commit a13864d

Please sign in to comment.