From: Michael Wiebusch Date: Wed, 31 Jul 2013 16:18:39 +0000 (+0200) Subject: rearrangend some functions in jtageditor.pl, outsourced the common xml operation... X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=b1f23fca6dfa57ffebb1733855f8f22a91b0a5d9;p=mvdsensorcontrol.git rearrangend some functions in jtageditor.pl, outsourced the common xml operation javascript routines to xmlOperations.js --- diff --git a/tools/xmlOperations.js b/tools/xmlOperations.js index 5d34979..f8ea36d 100644 --- a/tools/xmlOperations.js +++ b/tools/xmlOperations.js @@ -20,7 +20,7 @@ function createFile(specFile,newFileName){ var configFile_ = encodeURIComponent(newFileName); var specFile_ = encodeURIComponent(specFile); getdata("xmlOperation.pl?action=createFile&configFile="+configFile_+"&specFile="+specFile_,"debug",false); - getdata('$me?print=fileSelection&configFile='+configFile_,'fileSelection',false); +// getdata('$me?print=fileSelection&configFile='+configFile_,'fileSelection',false); // loadFile(); }