mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-24 22:06:43 +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));
|
||||
}
|
||||
|
||||
$scope.hasHiddenTemplates = function() {
|
||||
return getHiddenTemplates().length > 0;
|
||||
}
|
||||
$scope.hasHiddenTemplates = function() {
|
||||
return getHiddenTemplates().length > 0;
|
||||
}
|
||||
|
||||
$scope.reload = function () {
|
||||
$http.get(Project.getURL() + '/templates?sort=alias&order=asc').success(function (templates) {
|
||||
|
Loading…
Reference in New Issue
Block a user