From fe2fcc1104e5bd76b4516339b15f67f5df6cd869 Mon Sep 17 00:00:00 2001 From: Joxit Date: Tue, 18 Dec 2018 23:25:57 +0100 Subject: [PATCH] [fix-image-history] Add some query optimization --- src/tags/app.tag | 3 -- src/tags/tag-history-button.tag | 14 ++++++-- src/tags/tag-history.tag | 58 ++++++++++++++++++--------------- 3 files changed, 43 insertions(+), 32 deletions(-) diff --git a/src/tags/app.tag b/src/tags/app.tag index 9a09859..957b3b6 100644 --- a/src/tags/app.tag +++ b/src/tags/app.tag @@ -52,7 +52,6 @@ along with this program. If not, see . route.routeName = 'home'; if (registryUI.catalog.display) { registryUI.catalog.loadend = false; - registryUI.catalog.display(); } registryUI.appTag.update(); }); @@ -61,7 +60,6 @@ along with this program. If not, see . registryUI.taglist.name = image; if (registryUI.taglist.display) { registryUI.taglist.loadend = false; - registryUI.taglist.display(); } registryUI.appTag.update(); }); @@ -73,7 +71,6 @@ along with this program. If not, see . if (registryUI.taghistory.display) { registryUI.taghistory.loadend = false; - registryUI.taghistory.display(); } registryUI.appTag.update(); }); diff --git a/src/tags/tag-history-button.tag b/src/tags/tag-history-button.tag index b75d99a..08ffab6 100644 --- a/src/tags/tag-history-button.tag +++ b/src/tags/tag-history-button.tag @@ -15,9 +15,17 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . --> - - + \ No newline at end of file diff --git a/src/tags/tag-history.tag b/src/tags/tag-history.tag index b131f8d..ccdc60e 100644 --- a/src/tags/tag-history.tag +++ b/src/tags/tag-history.tag @@ -34,7 +34,7 @@ along with this program. If not, see .