edited js each

This commit is contained in:
vedatakd 2019-09-13 18:27:27 +03:00
parent 2cd465158b
commit a2932939ca

View File

@ -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);
}
});
});
});