mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 06:38:12 +01:00
changed module loading and moved it to {vimperator,muttator}.js for
optional modules
This commit is contained in:
@@ -239,7 +239,7 @@ liberator.Bookmarks = function () //{{{
|
||||
}
|
||||
catch (e)
|
||||
{
|
||||
liberator.log(e);
|
||||
liberator.log(e, 0);
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -306,7 +306,7 @@ liberator.Bookmarks = function () //{{{
|
||||
}
|
||||
catch (e)
|
||||
{
|
||||
liberator.log(e);
|
||||
liberator.log(e, 0);
|
||||
return i;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user