mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-27 12:25:46 +01:00
comment out currently unused DOMTitleChanged event handler
This commit is contained in:
@@ -110,10 +110,10 @@ function Events() //{{{
|
|||||||
window.addEventListener("DOMMenuBarActive", enterMenuMode, true);
|
window.addEventListener("DOMMenuBarActive", enterMenuMode, true);
|
||||||
window.addEventListener("DOMMenuBarInactive", exitMenuMode, true);
|
window.addEventListener("DOMMenuBarInactive", exitMenuMode, true);
|
||||||
|
|
||||||
window.document.addEventListener("DOMTitleChanged", function(event)
|
//window.document.addEventListener("DOMTitleChanged", function(event)
|
||||||
{
|
//{
|
||||||
//alert("titlechanged");
|
// //alert("titlechanged");
|
||||||
}, null);
|
//}, null);
|
||||||
|
|
||||||
// NOTE: the order of ["Esc", "Escape"] or ["Escape", "Esc"]
|
// NOTE: the order of ["Esc", "Escape"] or ["Escape", "Esc"]
|
||||||
// matters, so use that string as the first item, that you
|
// matters, so use that string as the first item, that you
|
||||||
|
|||||||
Reference in New Issue
Block a user