summaryrefslogtreecommitdiff
path: root/app/bits/assets/switching.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/bits/assets/switching.js')
-rwxr-xr-xapp/bits/assets/switching.js17
1 files changed, 0 insertions, 17 deletions
diff --git a/app/bits/assets/switching.js b/app/bits/assets/switching.js
deleted file mode 100755
index daa5a6e..0000000
--- a/app/bits/assets/switching.js
+++ /dev/null
@@ -1,17 +0,0 @@
-function switchToStats() {
- document.getElementById("switcher-1").style.display = "";
- document.getElementById("switcher-0").style.display = "none";
- document.getElementById("title-1").style.display = "";
- document.getElementById("title-0").style.display = "none";
- document.getElementById("list").style.display = "none";
- document.getElementById("stats").style.display = "";
-}
-
-function switchToList() {
- document.getElementById("switcher-1").style.display = "none";
- document.getElementById("switcher-0").style.display = "";
- document.getElementById("title-1").style.display = "none";
- document.getElementById("title-0").style.display = "";
- document.getElementById("list").style.display = "";
- document.getElementById("stats").style.display = "none";
-} \ No newline at end of file