diff options
Diffstat (limited to 'js/app.js')
-rw-r--r-- | js/app.js | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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'); +}); |