mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 03:17:59 +01:00
Fixed menu mode to be reliable in Linux and made it more sane in general
This commit is contained in:
@@ -688,6 +688,9 @@ function Hints() //{{{
|
||||
}
|
||||
|
||||
window.document.addEventListener("DOMContentLoaded", initDoc, null);
|
||||
//window.document.addEventListener("DOMContentLoaded", function() { vimperator.log("contentloaded"); }, null);
|
||||
//window.addEventListener("load", function() { vimperator.log("load"); }, null);
|
||||
//window.document.addEventListener("pageshow", function() { vimperator.log("pageshow"); }, null);
|
||||
// FIXME: add resize support
|
||||
//window.addEventListener("resize", onResize, null);
|
||||
} //}}}
|
||||
|
||||
Reference in New Issue
Block a user