diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-13 10:34:38 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-13 10:34:38 -0400 |
| commit | 9b797b835aef47021c9e89da447f5bbbb52296c3 (patch) | |
| tree | 19c4e1917ba29e800e36a23d96877821e90e78a1 /www/js | |
| parent | 35bae1efe9a9786fd20816d69526cc26fa5c7d83 (diff) | |
added "please wait" indicator for ZMS operations
Former-commit-id: 0b452084ca38ab1a805145de37e53efd78029aac
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/MontageHistoryCtrl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/MontageHistoryCtrl.js b/www/js/MontageHistoryCtrl.js index fdfab07c..713b5bc5 100644 --- a/www/js/MontageHistoryCtrl.js +++ b/www/js/MontageHistoryCtrl.js @@ -103,6 +103,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc $scope.MontageMonitors[i].Monitor.seek = true; } + sendCmd(mid, '14', "&offset=" + p) .then (function(success) { |
