summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-08-14 16:08:13 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-08-14 16:08:13 +0000
commitc91ada4b74123ddd629c61881a95278366a85cd2 (patch)
tree0c860024a78d771e8e0297c70100ce9211c18749
parentfe273fd8055bbb22f821d638f87d532664da2cfe (diff)
downloadzabbix-c91ada4b74123ddd629c61881a95278366a85cd2.tar.gz
zabbix-c91ada4b74123ddd629c61881a95278366a85cd2.tar.xz
zabbix-c91ada4b74123ddd629c61881a95278366a85cd2.zip
- [DEV-199] removed debug info (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5917 97f52cf1-0a1b-0410-bd0e-c28be96e8082
-rw-r--r--frontends/php/js/common.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/js/common.js b/frontends/php/js/common.js
index ba02fb49..97befa5d 100644
--- a/frontends/php/js/common.js
+++ b/frontends/php/js/common.js
@@ -615,6 +615,6 @@ function moveListBoxSelectedItem(formname,objname,from,to,action){
i--;
}
}
- alert('OPA');
+
return result;
} \ No newline at end of file