mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-25 06:15:56 +01:00
style(template): use tabs instead of spaces
This commit is contained in:
parent
74f02e5c80
commit
b1a5ff630a
@ -51,9 +51,9 @@ define(['controllers/projects/taskRunner'], function () {
|
|||||||
$window.localStorage.setItem('hidden-templates', JSON.stringify(hiddenTemplates));
|
$window.localStorage.setItem('hidden-templates', JSON.stringify(hiddenTemplates));
|
||||||
}
|
}
|
||||||
|
|
||||||
$scope.hasHiddenTemplates = function() {
|
$scope.hasHiddenTemplates = function() {
|
||||||
return getHiddenTemplates().length > 0;
|
return getHiddenTemplates().length > 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
$scope.reload = function () {
|
$scope.reload = function () {
|
||||||
$http.get(Project.getURL() + '/templates?sort=alias&order=asc').success(function (templates) {
|
$http.get(Project.getURL() + '/templates?sort=alias&order=asc').success(function (templates) {
|
||||||
|
Loading…
Reference in New Issue
Block a user