diff --git a/static/js/rs-captiveportal.js b/static/js/rs-captiveportal.js index 69ed1f9..c58e483 100644 --- a/static/js/rs-captiveportal.js +++ b/static/js/rs-captiveportal.js @@ -124,10 +124,12 @@ app.config(function($routeProvider) { $routeProvider .when('/Swedish', {templateUrl: "swedish.html" }) .when('/English', {templateUrl: "english.html" }) + .when('/FAQ-Swedish', {templateUrl: "faq-swe.html" }) .otherwise({redirectTo: '/Swedish'}); }); app.controller('RSMainCtrl', function($scope) { + console.log('hejsan i Ctrl'); $(document).ready(function() { $('#error-box').hide(); }); diff --git a/views/uap.tpl b/views/uap.tpl index 651e963..d4af21b 100644 --- a/views/uap.tpl +++ b/views/uap.tpl @@ -53,11 +53,11 @@ @@ -96,6 +96,7 @@ @@ -167,6 +168,48 @@ + +