mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 17:57:59 +01:00
move global fopen() to a slot in vimperator
This commit is contained in:
@@ -1236,7 +1236,7 @@ function isDirectory(url)
|
||||
if (url.match(/^file:\/\//) || url.match(/^\//))
|
||||
{
|
||||
var stripedFilename = url.replace(/^(file:\/\/)?(.*)/, "$2");
|
||||
var file = fopen(stripedFilename, '<');
|
||||
var file = vimperator.fopen(stripedFilename, '<');
|
||||
if (!file)
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user