Skip to content

Commit bff8dff

Browse files
authored
Merge pull request #109 from VSEphpbb/fixes
phpBB 3.3 fixes
2 parents 84011a4 + fb2518d commit bff8dff

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)