Explorar el Código

bug fix - cannot find executeNodeSetParser.js

DS hace 2 años
padre
commit
43cb94ba94
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      js/myEvents.js

+ 1 - 1
js/myEvents.js

@@ -16,7 +16,7 @@ $(document).ready(function(){
 	$("#load_nodeset").click(function(){
 		
 		newElementaddressSpace();
-		$.getScript('executeNodeSetParser.js', function(jd) {
+		$.getScript('js/executeNodeSetParser.js', function(jd) {
 		let lt = parseAll()
 		})