mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-14 05:35:49 +01:00
remove empty statement
This commit is contained in:
@@ -221,12 +221,12 @@ vimperator.Events = function() //{{{
|
|||||||
vimperator.history.add(url, title);
|
vimperator.history.add(url, title);
|
||||||
|
|
||||||
// code which is only relevant if the page load is the current tab goes here:
|
// code which is only relevant if the page load is the current tab goes here:
|
||||||
if (doc == getBrowser().selectedBrowser.contentDocument)
|
//if (doc == getBrowser().selectedBrowser.contentDocument)
|
||||||
{
|
//{
|
||||||
// FIXME: this currently causes window map events which is _very_ annoying
|
// // FIXME: this currently causes window map events which is _very_ annoying
|
||||||
// we want to stay in command mode after a page has loaded
|
// // we want to stay in command mode after a page has loaded
|
||||||
//setTimeout(vimperator.focusContent, 10);
|
// //setTimeout(vimperator.focusContent, 10);
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user