mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-07 13:56:05 -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 = {};
|
let icons = {};
|
||||||
|
|
||||||
$.each(buttons, function (k, v) {
|
$.each([buttons, plugins], function (k, v) {
|
||||||
if (v.icon) {
|
if (v.icon) {
|
||||||
icons[v.button ? v.button : k] = '<i class="' + v.icon + '"></i>';
|
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);
|
.attr('contenteditable', false);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
Loading…
Reference in New Issue
Block a user