From e3d8ff0e9a8dda853a4b7e3cee1f8a4f23bd2832 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 19 Oct 2016 22:51:07 +0200 Subject: Fix load_path --- conkeror/.conkerorrc/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conkeror') diff --git a/conkeror/.conkerorrc/init.org b/conkeror/.conkerorrc/init.org index aa888fa..56f43af 100644 --- a/conkeror/.conkerorrc/init.org +++ b/conkeror/.conkerorrc/init.org @@ -78,7 +78,7 @@ Add the ~site-js/~ directory to the load path. path.append('.conkerorrc'); path.append(new_path); - load_paths.push(path); + load_paths.push("file://" + path.path); } } -- cgit v1.2.3-54-g00ecf