From: Charles du Jeu Date: Tue, 9 Dec 2008 19:58:15 +0000 (+0000) Subject: Removed comments X-Git-Tag: argeo-slc-2.1.7~2281 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=7bd8f7bb0875ef7e5f9133d13e19b6096d2fa924;p=gpl%2Fargeo-slc.git Removed comments git-svn-id: https://svn.argeo.org/slc/trunk@1981 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/org.argeo.slc.webapp/src/main/webapp/source/class/org/argeo/slc/web/Applet.js b/org.argeo.slc.webapp/src/main/webapp/source/class/org/argeo/slc/web/Applet.js index b753a0b1a..849a23ace 100644 --- a/org.argeo.slc.webapp/src/main/webapp/source/class/org/argeo/slc/web/Applet.js +++ b/org.argeo.slc.webapp/src/main/webapp/source/class/org/argeo/slc/web/Applet.js @@ -9,8 +9,6 @@ qx.Class.define("org.argeo.slc.web.Applet", construct : function(){ this.base(arguments); this.setLayout(new qx.ui.layout.VBox()); - //this.passedStatus = "
"; - //this.failedStatus = "
"; this.passedStatus = "PASSED"; this.failedStatus = "FAILED"; }, @@ -31,18 +29,10 @@ qx.Class.define("org.argeo.slc.web.Applet", toolbar : "result", callback : function(e){ // Call service to delete - //org.argeo.slc.web.components.ViewsManager.getInstance().getViewPaneById("applet").empty(); this.getView().empty(); }, selectionChange : function(viewId, xmlNode){ if(viewId != "applet") return; - /* - if(xmlNode){ - this.setEnabled(true); - }else{ - this.setEnabled(false); - } - */ }, command : null } @@ -99,7 +89,6 @@ qx.Class.define("org.argeo.slc.web.Applet", this.tree.setDecorator(new qx.ui.decoration.Background("#fff")); var model = this.tree.getDataModel(); var resNodes = org.argeo.ria.util.Element.selectNodes(responseXml, "//slc:result-part", NSMap); - window.result = responseXml; var resultParts = {}; var addedPaths = {}; for(var i=0;i