1
0
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:
Martin Stubenschrott
2007-08-28 22:41:51 +00:00
parent 2c48cc3dae
commit 28a8c6862d
3 changed files with 6 additions and 9 deletions

View File

@@ -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);
} //}}}