mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 01:24:13 +01:00
Formatting fixes.
This commit is contained in:
@@ -647,7 +647,8 @@ function Bookmarks() //{{{
|
||||
try
|
||||
{
|
||||
charset = PlacesUtils.history.getCharsetForURI(makeURI(shortcutURL));
|
||||
} catch (e) { }
|
||||
}
|
||||
catch (e) {}
|
||||
}
|
||||
var encodedParam = "";
|
||||
if (charset)
|
||||
|
||||
@@ -610,7 +610,8 @@ function Buffer() //{{{
|
||||
.QueryInterface(Ci.nsIInterfaceRequestor)
|
||||
.getInterface(Ci.nsIDOMWindowUtils)
|
||||
.getDocumentMetadata("content-disposition");
|
||||
} catch (e) {}
|
||||
}
|
||||
catch (e) {}
|
||||
|
||||
window.internalSave(doc.location.href, doc, null, contentDisposition,
|
||||
doc.contentType, false, null, chosenData, doc.referrer ?
|
||||
|
||||
@@ -269,7 +269,7 @@ function Hints() //{{{
|
||||
return [leftpos + curleft, toppos + curtop];
|
||||
}
|
||||
}
|
||||
catch (e) {} //badly formed document, or shape == "default" in which case we don't move the hint
|
||||
catch (e) {} // badly formed document, or shape == "default" in which case we don't move the hint
|
||||
return [leftpos, toppos];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user