浏览代码

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();