aboutsummaryrefslogtreecommitdiff
path: root/js/app.js
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2019-12-11 13:17:42 +0000
committerEinar Egilsson <einar@einaregilsson.com>2019-12-11 13:17:42 +0000
commitb53d093463e94096f16f0fd7656fc88d642faa3d (patch)
treeef8b1a0b8f07c2ab965a805421e1564622ac814f /js/app.js
parentcdb8d5e3d5af6dc2d4d630481c4385734ecc6a1d (diff)
Completely removed angular.js
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');
-});
-
-
-
-
-
-
-