Browse Source

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

Herbert Vojčík 13 years ago
parent
commit
2ea79810dc
1 changed files with 1 additions and 1 deletions
  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();