1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 15:02:26 +01:00

Switch back to the fixup service for sourcing files.

This commit is contained in:
Kris Maglione
2008-10-11 19:19:43 +00:00
parent e5b21557c6
commit bad771cddc
3 changed files with 11 additions and 3 deletions

View File

@@ -331,7 +331,7 @@ liberator.Bookmarks = function () //{{{
{
try
{
var uri = PlacesUIUtils.createFixedURI(url);
var uri = liberator.util.createURI(url);
if (!force)
{
for (let bmark in cache)