Job detail page

Attempt to get mousewheel (trackpad) scrolling to not be super aggressive.
This commit is contained in:
Chris Houseknecht
2014-07-02 12:34:54 -04:00
parent 85457eec87
commit 7e45143fa1
15 changed files with 9911 additions and 30 deletions

View File

@@ -957,7 +957,6 @@ function($rootScope, $log, UpdatePlayStatus, UpdateHostStatus, AddHostResult, Ge
result.push(plays[newKeys[idx]]);
idx++;
}
scope.plays = result;
if (scope.liveEventProcessing) {
scope.$emit('FixPlaysScroll');