diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-13 17:25:57 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-13 17:25:57 -0400 |
| commit | 5deecd3f1f6190f3efa602230744997a4ea3b129 (patch) | |
| tree | 1978395732aff292e33191156155dc4932691cd9 /www/js | |
| parent | 1c17d77cc3a5fcc92ea2acd30646e5cde3fc4dd1 (diff) | |
packery hammer for event history too
Former-commit-id: 6f5d55b96038f4c80e6b6afb1c4849dae2132e02
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/MontageHistoryCtrl.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/js/MontageHistoryCtrl.js b/www/js/MontageHistoryCtrl.js index 518b5cf8..3d887a10 100644 --- a/www/js/MontageHistoryCtrl.js +++ b/www/js/MontageHistoryCtrl.js @@ -329,6 +329,9 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc //--------------------------------------------------------- function checkAllEvents() { //console.log("Timer:Events are checked...."); + + if (pckry && !$scope.isDragabillyOn) pckry.shiftLayout(); + for (var i = 0; i < $scope.MontageMonitors.length; i++) { // don't check for monitors that are not shown // because nph connkey won't exist and the response |
