From 804623b1ac3896f6b4d16a3b1019be0d43573c40 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 23 Nov 2018 15:05:26 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui (gen4)/imagegrid/tags.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui (gen4)/imagegrid/tags.js b/ui (gen4)/imagegrid/tags.js index 322a09a5..ff57a3c4 100755 --- a/ui (gen4)/imagegrid/tags.js +++ b/ui (gen4)/imagegrid/tags.js @@ -80,6 +80,11 @@ var TagsPrototype = { tagRemovedChars: '\\s-_', }, + // data... + __persistent_tags: [], + __index: {}, + + // Utils... // // proxy to Tags.normalize(..)