Rename HTML attributes referencing poll options
Since now poll question answers have been renamed to poll question options, using HTML IDs, classes and data attributes named `answer` was confusing.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
return max_order;
|
||||
},
|
||||
nestedOptions: function() {
|
||||
$(".js-answers").each(function(index, options) {
|
||||
$(".js-options").each(function(index, options) {
|
||||
App.Options.initializeOptions(options);
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user