Przeglądaj źródła

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

Herbert Vojčík 13 lat temu
rodzic
commit
2ea79810dc
1 zmienionych plików z 1 dodań i 1 usunięć
  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();