From: Sweidan Omar Date: Mon, 2 May 2022 10:12:07 +0000 (+0000) Subject: git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube... X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=9d2a486b07f6d16c0a309dabf53fa6e93da55558;p=mediacube.git git-tfs-id: [tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C33283 --- diff --git a/server/user.mediacube.gui/js/tagify.js b/server/user.mediacube.gui/js/tagify.js index 6c0f9def..40d7f49a 100644 --- a/server/user.mediacube.gui/js/tagify.js +++ b/server/user.mediacube.gui/js/tagify.js @@ -1989,7 +1989,7 @@ function Tagify(input, settings) { if (!input) { console.warn('Tagify:', 'input element not found', input); // return an empty mock of all methods, so the code using tagify will not break - // because it might be calling methods even though the input element does not exists + // because it might be calling methods even though the input element does not exist const mockInstance = new Proxy(this, { get() {