Skip to content

Commit fb2518d

Browse files
committed
Little javascript fix
1 parent 84011a4 commit fb2518d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

styles/prosilver/template/ideas.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
}).fail(voteFailure);
108108
});
109109

110-
$obj.status.change(function() {
110+
$obj.status.on('change', function() {
111111
var $this = $(this),
112112
data = {
113113
mode: 'status',

0 commit comments

Comments
 (0)