mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
edited js each
This commit is contained in:
parent
2cd465158b
commit
a2932939ca
@ -91,7 +91,7 @@ $(document).on('ajaxComplete ready shown.bs.tab', function () {
|
||||
|
||||
let icons = {};
|
||||
|
||||
$.each(buttons, function (k, v) {
|
||||
$.each([buttons, plugins], function (k, v) {
|
||||
if (v.icon) {
|
||||
icons[v.button ? v.button : k] = '<i class="' + v.icon + '"></i>';
|
||||
}
|
||||
@ -152,4 +152,4 @@ $(document).on('ajaxComplete ready shown.bs.tab', function () {
|
||||
.attr('contenteditable', false);
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
Loading…
Reference in New Issue
Block a user