Fix load_path
This commit is contained in:
parent
def20784b8
commit
e3d8ff0e9a
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ Add the ~site-js/~ directory to the load path.
|
||||||
path.append('.conkerorrc');
|
path.append('.conkerorrc');
|
||||||
path.append(new_path);
|
path.append(new_path);
|
||||||
|
|
||||||
load_paths.push(path);
|
load_paths.push("file://" + path.path);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue