From 6615fdcab69470caf3dcdcf604d9c1c556db03fe Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 17 Dec 2019 13:21:08 -0500 Subject: #876 more logical naming --- www/js/MontageHistoryCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/MontageHistoryCtrl.js') diff --git a/www/js/MontageHistoryCtrl.js b/www/js/MontageHistoryCtrl.js index ef3e07e3..2c0a2300 100644 --- a/www/js/MontageHistoryCtrl.js +++ b/www/js/MontageHistoryCtrl.js @@ -1528,7 +1528,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc //if (monitor.Monitor.isPaused) return ""; stream = monitor.Monitor.eventUrl; //eventUrl already has all the foo - stream += NVR.insertBasicAuthToken(); + stream += NVR.insertSpecialTokens(); // console.log("STREAM=" + stream); return stream; -- cgit v1.2.3