From a13bf8c677b49f0242e501dfe7bf005c95dc2081 Mon Sep 17 00:00:00 2001 From: Christopher Nelson Date: Mon, 25 Apr 2016 14:16:12 +0100 Subject: [PATCH] Fixed PM tab showing to users without permission to use it. --- webserver/public/index.html | 2 +- webserver/public/lib/js/app.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webserver/public/index.html b/webserver/public/index.html index 5d2b0b0..1cba1cd 100644 --- a/webserver/public/index.html +++ b/webserver/public/index.html @@ -588,7 +588,7 @@
-
+
@
diff --git a/webserver/public/lib/js/app.js b/webserver/public/lib/js/app.js index 6ace380..2953178 100644 --- a/webserver/public/lib/js/app.js +++ b/webserver/public/lib/js/app.js @@ -6920,7 +6920,7 @@ ajsApp.controller('MainController', function($scope) { $scope.prop = { - t: 3, // Logo menu + t: 1, // Logo menu c: 1, // Right view (Chat, Waitlist, Userlist) p: 1, // People tabs inside of Userlist ci: 1, // Chat list internal