Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
allow empty rolename when adding a key
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenVanAcker committed Jul 29, 2015
1 parent 7d81c85 commit 72b3fd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/warzone.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ warzoneApp.controller("AddKeyController", ["$scope", "$http", "$window", "$locat
return "ok";
};
$scope.isValidRoleName = function(n) {
if(!n) return "";
return "ok";
};
$scope.isValidSPKAC = function() {
Expand Down

0 comments on commit 72b3fd6

Please sign in to comment.