summaryrefslogtreecommitdiff
path: root/www/js/MontageHistoryCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/MontageHistoryCtrl.js')
-rw-r--r--www/js/MontageHistoryCtrl.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/js/MontageHistoryCtrl.js b/www/js/MontageHistoryCtrl.js
index 1cfbb9a9..da5a6d68 100644
--- a/www/js/MontageHistoryCtrl.js
+++ b/www/js/MontageHistoryCtrl.js
@@ -86,14 +86,14 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc
//window.stop(); // force it here - connkey changes - FIXME: investigate why
- ZMDataModel.zmLog ("Nullifying the streams...");
+ ZMDataModel.zmLog ("footerCollapse: Nullifying the streams...");
for (i=0; i< $scope.MontageMonitors.length; i++)
{
var element = document.getElementById("img-"+i);
if (element)
{
- ZMDataModel.zmDebug("Nullifying " + element.src);
+ ZMDataModel.zmDebug("footerCollapse: Nullifying " + element.src);
element.src="";
}
@@ -1382,14 +1382,14 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc
/*ZMDataModel.zmLog ("Forcing a window.stop() here");
window.stop();*/
- ZMDataModel.zmLog ("Nullifying the streams...");
+ ZMDataModel.zmLog ("BeforeLeave: Nullifying the streams...");
for (i=0; i< $scope.MontageMonitors.length; i++)
{
var element = document.getElementById("img-"+i);
if (element)
{
- ZMDataModel.zmDebug("Nullifying " + element.src);
+ ZMDataModel.zmDebug("BeforeLeave: Nullifying " + element.src);
element.src="";
}