1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2026-03-02 03:40:21 +00:00

add favicon, nav logo

This commit is contained in:
Oliver Giles
2015-09-20 19:57:05 +02:00
parent 78a0ef9ed8
commit cf9bee07db
7 changed files with 15 additions and 11 deletions

View File

@@ -146,9 +146,6 @@ angular.module('laminar',['ngRoute','ngSanitize'])
}
}
});
$scope.active = function(url) {
return false;
}
$scope.runIcon = Laminar.runIcon;
timeUpdater = $interval(function() {
$scope.jobsRunning.forEach(function(o){