Scarab commit: svn commit: r10808 - trunk/src/webapp/scripts/sstree.js
Hussayn Dabbous <[email protected]>
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dabbous
Date: 2009-07-19 06:06:15-0700
New Revision: 10808
Modified:
trunk/src/webapp/scripts/sstree.js
Log:
removed two unnecessary lines of debugging code (no functional changes)
Modified: trunk/src/webapp/scripts/sstree.js
Url: http://scarab.tigris.org/source/browse/scarab/trunk/src/webapp/scripts/sstree.js?view=diff&pathrev=10808&r1=10807&r2=10808
==============================================================================
--- trunk/src/webapp/scripts/sstree.js (original)
+++ trunk/src/webapp/scripts/sstree.js 2009-07-19 06:06:15-0700
@@ -84,8 +84,8 @@
function renderJSONTree(attributeId, key, value, root, imgpath) {
if (root.optionId == value) {
document.getElementById(key + ':Display').value = root.displayValue;
- var data = ["treeview",attributeId, null, null, root.displayValue];
- observer.fire(data);
+ //var data = ["treeview",attributeId, null, null, root.displayValue];
+ //observer.fire(data);
}
if (root._children.length > 0) {
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2372427