Explorar el Código

returning the lib-app/../.. way

Herbert Vojčík hace 13 años
padre
commit
2ea79810dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib-0.js

+ 1 - 1
lib-0.js

@@ -22,7 +22,7 @@ function get_localhostsetup() {
 	page.setView(P("Localhost setup successful"));
 }
 
-import("lib-../config");
+import("lib-app/../../config");
 
 import("lib-app/patches");
 dispatchShouldSearchHere();