aboutsummaryrefslogtreecommitdiff
path: root/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/app.js')
-rw-r--r--js/app.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/js/app.js b/js/app.js
index c6cf731..0810162 100644
--- a/js/app.js
+++ b/js/app.js
@@ -3,8 +3,10 @@
//are used by multiple controllers then we'll define them here.
var redirectorApp = angular.module('redirectorApp', []);
-
-
+//To make the private stuff in Firefox work properly
+window.addEventListener('DOMContentLoaded', function() {
+ document.body.classList.remove('private');
+});