From cd88fad2acb3191e6ed8e8ec6a6538516ea48c05 Mon Sep 17 00:00:00 2001 From: Mihai Parparita Date: Sun, 28 Sep 2014 22:09:56 -0700 Subject: [PATCH] Fix flash of repo list in settings page during load. --- app/static/settings.js | 3 --- app/templates/settings.html | 7 ++++++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app/static/settings.js b/app/static/settings.js index d7ad953..8111e67 100644 --- a/app/static/settings.js +++ b/app/static/settings.js @@ -21,6 +21,3 @@ function updateReposContainer() { reposContainerNode.style.display = "none"; } } - -updateWeeklyDayContainer(); -updateReposContainer(); diff --git a/app/templates/settings.html b/app/templates/settings.html index 18a3e4b..ff83a78 100644 --- a/app/templates/settings.html +++ b/app/templates/settings.html @@ -13,6 +13,8 @@ {{define "body"}} + +
@@ -131,7 +133,10 @@ - + {{end}}