Bug fix to user permissions!

This commit is contained in:
usmannasir
2018-02-14 10:39:05 +05:00
parent dbeb17ded0
commit d5b5d5b450
6 changed files with 19 additions and 28 deletions

View File

@@ -138,6 +138,8 @@ app.controller('adminController', function($scope,$http,$timeout) {
$("#packageHome").hide();
$("#packageSub").hide();
$("#createWebsite").hide();
$("#modifyWebSite").hide();
$("#deleteWebsite").hide();
}
}