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 .