summaryrefslogtreecommitdiff
path: root/www/js/TimelineModalCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/TimelineModalCtrl.js')
-rw-r--r--www/js/TimelineModalCtrl.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/TimelineModalCtrl.js b/www/js/TimelineModalCtrl.js
index 76c16fb3..ef011d3b 100644
--- a/www/js/TimelineModalCtrl.js
+++ b/www/js/TimelineModalCtrl.js
@@ -108,7 +108,7 @@ angular.module('zmApp.controllers').controller('TimelineModalCtrl', ['$scope', '
tcGraph.data = onlyalarm_data;
tcGraph.update();*/
tcGraph.destroy();
- console.log("GRAPH TYPE IS " + btype);
+ // console.log("GRAPH TYPE IS " + btype);
tcGraph = new Chart(ctx,
{
type: btype,
@@ -126,7 +126,7 @@ angular.module('zmApp.controllers').controller('TimelineModalCtrl', ['$scope', '
$scope.showImage = function(p, r, f, fid, e, imode, id)
{
var img;
- console.log("Image Mode " + imode);
+ //console.log("Image Mode " + imode);
if (imode == 'path')
img = "<img width='100%' ng-src='" + p + "/index.php?view=image&path=" + r + f + "'>";