From 021e43b3ae6c28fe8a8c051c255a90336ab71a2a Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 7 Apr 2016 18:58:11 +0200 Subject: fix #964 --- js/app/Config.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'js') diff --git a/js/app/Config.js b/js/app/Config.js index 7f9c54bef..b795374a0 100644 --- a/js/app/Config.js +++ b/js/app/Config.js @@ -207,6 +207,9 @@ app.config(function ($routeProvider, $provide, $httpProvider) { }).when('/shortcuts', { templateUrl: 'shortcuts.html', type: -1 + }).when('/subscription-url', { + templateUrl: 'subscription.html', + type: -1 }); }); -- cgit v1.2.3