AtLeast and not Atleast

This commit is contained in:
Girish Ramakrishnan
2021-12-02 12:21:59 -08:00
parent 6617ecb114
commit bf087c49a1
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ angular.module('Application').controller('NetworkController', ['$scope', '$locat
$scope.sysinfo.refresh();
$scope.dyndnsConfigure.refresh();
if ($scope.user.isAtleastOwner) $scope.blocklist.refresh();
if ($scope.user.isAtLeastOwner) $scope.blocklist.refresh();
});
$('.modal-backdrop').remove();