https://git.useribm.hu
/
mediacube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93823aa
)
git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube...
author
Sweidan Omar
<TFS\sweidan.omar>
Mon, 2 May 2022 10:12:07 +0000
(10:12 +0000)
committer
Sweidan Omar
<TFS\sweidan.omar>
Mon, 2 May 2022 10:12:07 +0000
(10:12 +0000)
server/user.mediacube.gui/js/tagify.js
patch
|
blob
|
history
diff --git
a/server/user.mediacube.gui/js/tagify.js
b/server/user.mediacube.gui/js/tagify.js
index 6c0f9def4e8a6cce14ebb076b8d8781a1c99bb80..40d7f49ae5e104bb54adc1b97911ad95b50fd2ea 100644
(file)
--- 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 exist
s
+ // because it might be calling methods even though the input element does not exist
const mockInstance = new Proxy(this, {
get() {