Update servers.js

master
Ben Grabau 2 years ago
parent 11fe26425e
commit 8e68f02527

@ -15,7 +15,7 @@ app.controller('Servers', function ($scope, $window, $http) {
$scope.extras = data.data.extras;
localStorage.setItem("servers", angular.toJson($scope.servers));
localStorage.setItem("extras", angular.toJson($scope.extras));
window.location = window.pathname
window.location = window.location.pathname
})
}

Loading…
Cancel
Save