Skip to content

Commit

Permalink
check systemtags app
Browse files Browse the repository at this point in the history
  • Loading branch information
Antipkin-A committed May 20, 2024
1 parent 44408e3 commit e4f9234
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,15 @@
watermarkNodeBehaviour(watermarkGroup);
});

OC.SystemTags.collection.fetch({
success: function () {
$.each(watermarkTagLists, function (i, watermarkTag) {
watermarkNodeBehaviour(watermarkTag);
});
}
});

if (OC.SystemTags && OC.SystemTags.collection) {
OC.SystemTags.collection.fetch({
success: function () {
$.each(watermarkTagLists, function (i, watermarkTag) {
watermarkNodeBehaviour(watermarkTag);
});
}
});
}

$("#onlyofficeAddrSave").click(function () {
$(".section-onlyoffice").addClass("icon-loading");
Expand Down

0 comments on commit e4f9234

Please sign in to comment.