소스 검색

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

Herbert Vojčík 13 년 전
부모
커밋
2ea79810dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();