1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 03:37:58 +01:00

Formatting fixes.

This commit is contained in:
Doug Kearns
2009-06-14 01:23:01 +10:00
parent 5ebcdb71bc
commit c3ef4d18da
5 changed files with 14 additions and 18 deletions

View File

@@ -647,7 +647,8 @@ function Bookmarks() //{{{
try
{
charset = PlacesUtils.history.getCharsetForURI(makeURI(shortcutURL));
} catch (e) { }
}
catch (e) {}
}
var encodedParam = "";
if (charset)