From 1e13547e50244942caaf3619d29ed3765f69ce1a Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 19 May 2008 13:14:41 +0000 Subject: [PATCH] Added debug line git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10955 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/goto/addons/goto/gotomasses.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gosa-plugins/goto/addons/goto/gotomasses.tpl b/gosa-plugins/goto/addons/goto/gotomasses.tpl index 7ff94f653..42cfd429a 100644 --- a/gosa-plugins/goto/addons/goto/gotomasses.tpl +++ b/gosa-plugins/goto/addons/goto/gotomasses.tpl @@ -83,6 +83,9 @@ function handleContent() for (var i = 0; i < data.length; i++) { var mac = data[i].replace(/\|.*$/,""); var progress= data[i].replace(/^.*\|/,""); + + // DEBUG + //progress = parseInt(Math.random() * 100); /* Walk through progress images and check if the progress status has changed -- 2.30.2