Skip to content

Commit

Permalink
Forgot to remove the console.log in edit.js
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Mar 17, 2024
1 parent fa5df81 commit 5393fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/template/aurelia/assets/js/edit.js
Expand Up @@ -146,7 +146,7 @@ jQuery(document).ready(function ($) {

$('#iconset_inject').append(div_object);

$.each(data, function (index, value) { console.log(value);
$.each(data, function (index, value) {
if (value.type !== 'system') {
if (value.id === 0) {
var input = $('<input>', {
Expand Down

0 comments on commit 5393fc1

Please sign in to comment.