Fix load_path

This commit is contained in:
Tom Willemse 2016-10-19 22:51:07 +02:00
parent def20784b8
commit e3d8ff0e9a

View file

@ -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);
} }
} }