summaryrefslogtreecommitdiff
path: root/www/js/MontageCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/MontageCtrl.js')
-rw-r--r--www/js/MontageCtrl.js10
1 files changed, 6 insertions, 4 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js
index 6910f148..6b48897d 100644
--- a/www/js/MontageCtrl.js
+++ b/www/js/MontageCtrl.js
@@ -222,9 +222,9 @@ angular.module('zmApp.controllers')
}
-
+ pckry.shiftLayout();
$timeout (function () {
- pckry.layout();},300);
+ pckry.shiftLayout();},300);
@@ -512,7 +512,8 @@ angular.module('zmApp.controllers')
disableBack: true
});
$state.go("events", {
- "id": 0
+ "id": 0,
+ "playEvent":false
}, {
reload: true
});
@@ -535,7 +536,8 @@ angular.module('zmApp.controllers')
disableBack: true
});
$state.go("events", {
- "id": 0
+ "id": 0,
+ "playEvent":false
}, {
reload: true
});