diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-12-17 13:21:08 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-12-17 13:21:08 -0500 |
| commit | 6615fdcab69470caf3dcdcf604d9c1c556db03fe (patch) | |
| tree | a3bf8e527e04b2ebab4462885202c2ed2431ad61 /www/js/EventModalCtrl.js | |
| parent | 08b4d9e0872b3f11f2b73e3198f9caeb32804055 (diff) | |
#876 more logical naming
Diffstat (limited to 'www/js/EventModalCtrl.js')
| -rw-r--r-- | www/js/EventModalCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js index 6741eecf..f83c5893 100644 --- a/www/js/EventModalCtrl.js +++ b/www/js/EventModalCtrl.js @@ -1999,7 +1999,7 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro "&height=" + 200; if ($rootScope.authSession != 'undefined') frame += $rootScope.authSession; - frame += NVR.insertBasicAuthToken(); + frame += NVR.insertSpecialTokens(); //console.log ("alarm:"+frame); return frame; }; |
