diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-07-04 17:27:18 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-07-04 17:27:18 -0400 |
| commit | 84b05d931168df5eade1a5ca3c9dc0b303d98384 (patch) | |
| tree | cab6a17d9f2f1eea4d6114a545759c05d9bb1851 /www/js/DataModel.js | |
| parent | c841472fd5b2b6cf038cfde02283239166f3b0a1 (diff) | |
#278 - go directly to live view via monitors (avoid packery jugglery in montage). Pending - set value of tappedMid
Former-commit-id: 7805e086656ae4f05ee4af97d325f0e2b87f999a
Diffstat (limited to 'www/js/DataModel.js')
| -rw-r--r-- | www/js/DataModel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 5602f7eb..28357500 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -66,7 +66,7 @@ angular.module('zmApp.controllers') 'pinCode': '', 'canSwipeMonitors': true, 'persistMontageOrder': false, - 'onTapScreen': 'events', + 'onTapScreen': $translate.instant('kTapEvents'), 'enableh264': true, 'gapless': false, 'montageOrder': '', |
