Skip to content

Commit 7391d8b

Browse files
author
Kurtis LoVerde
committed
Removed do-nothing code
1 parent 670fa4c commit 7391d8b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

jquery.addremovetextbox.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
$.fn.addRemoveTextbox = function( options ) {
1717

18-
var settings = $.extend( {
18+
var settings = $.extend( {
1919
// A CSS class to style the 'Add' button. The generated HTML will be a <span>, so it is
2020
// assumed that you will use CSS to define a background image.
2121
addButtonClass : "addButton",
@@ -96,10 +96,6 @@
9696
btn.prop( "title", title );
9797
}
9898

99-
btn.on( "click", function() {
100-
101-
} );
102-
10399
return btn;
104100
}
105101

0 commit comments

Comments
 (0)