]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
rearrangend some functions in jtageditor.pl, outsourced the common xml operation...
authorMichael Wiebusch <stratomaster@gmx.net>
Wed, 31 Jul 2013 16:18:39 +0000 (18:18 +0200)
committerMichael Wiebusch <stratomaster@gmx.net>
Wed, 31 Jul 2013 16:18:39 +0000 (18:18 +0200)
tools/xmlOperations.js

index 5d349797a78dd43c0b003547550a0f2013b077ec..f8ea36dbc526924c712d6175a28dc968950d8c65 100644 (file)
@@ -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();
 
 }