aboutsummaryrefslogtreecommitdiff
path: root/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/app.js')
-rw-r--r--js/app.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/js/app.js b/js/app.js
deleted file mode 100644
index 0810162..0000000
--- a/js/app.js
+++ /dev/null
@@ -1,16 +0,0 @@
-//Nothing really here except the app object. Filters, and directives are
-//include with the controllers that use them. If we need to add any that
-//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');
-});
-
-
-
-
-
-
-