From b53d093463e94096f16f0fd7656fc88d642faa3d Mon Sep 17 00:00:00 2001 From: Einar Egilsson Date: Wed, 11 Dec 2019 13:17:42 +0000 Subject: Completely removed angular.js --- js/app.js | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 js/app.js (limited to 'js/app.js') 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'); -}); - - - - - - - -- cgit v1.2.3