Skip to content

Commit dbfcdca

Browse files
committed
Fixed #93
1 parent 73cb9ba commit dbfcdca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

public/jquery.selectric.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@
478478
value : $elm.val(),
479479
className : $elm.prop('class'),
480480
text : $elm.html(),
481-
slug : _this.utils.replaceDiacritics($elm.html()),
481+
slug : $.trim(_this.utils.replaceDiacritics($elm.html())),
482482
selected : $elm.prop('selected'),
483483
disabled : isDisabled
484484
};

0 commit comments

Comments
 (0)