summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-13 18:46:11 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-13 18:46:11 +0200
commitaf5d2420d1f38c19ff5e11c45d3f0f8694c2f0fe (patch)
treee05b8cefefcbd785cadcec6ddf94411c0f44f6a4 /js
parent00ca71cc83e9df2c818c2fc8f0d5da5fc1002e88 (diff)
Fix #9728.4.1
Diffstat (limited to 'js')
-rw-r--r--js/app/Config.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/js/app/Config.js b/js/app/Config.js
index b795374a0..7f9c54bef 100644
--- a/js/app/Config.js
+++ b/js/app/Config.js
@@ -207,9 +207,6 @@ app.config(function ($routeProvider, $provide, $httpProvider) {
}).when('/shortcuts', {
templateUrl: 'shortcuts.html',
type: -1
- }).when('/subscription-url', {
- templateUrl: 'subscription.html',
- type: -1
});
});