mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-11 07:46:07 -06:00
Update addons/default/visiosoft/advs-module/resources/js/new-create.js
Co-Authored-By: Ozcan Durak <info@ozcandurak.com>
This commit is contained in:
parent
bead0fe594
commit
143c4b77ed
@ -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>';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user