mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-26 15:31:28 +02:00
Remove useless conditional.
This commit is contained in:
@@ -297,7 +297,6 @@ var Buffer = Module("buffer", {
|
|||||||
if (collapse)
|
if (collapse)
|
||||||
dactyl.focus(document.documentElement);
|
dactyl.focus(document.documentElement);
|
||||||
config.browser.mCurrentBrowser.collapsed = collapse;
|
config.browser.mCurrentBrowser.collapsed = collapse;
|
||||||
uri && uri.scheme === "dactyl" && webProgress.isLoadingDocument;
|
|
||||||
|
|
||||||
util.timeout(function () {
|
util.timeout(function () {
|
||||||
buffer._triggerLoadAutocmd("LocationChange",
|
buffer._triggerLoadAutocmd("LocationChange",
|
||||||
|
|||||||
Reference in New Issue
Block a user