mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 02:34:11 +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("DOMMenuBarInactive", exitMenuMode, true);
|
||||
|
||||
window.document.addEventListener("DOMTitleChanged", function(event)
|
||||
{
|
||||
//alert("titlechanged");
|
||||
}, null);
|
||||
//window.document.addEventListener("DOMTitleChanged", function(event)
|
||||
//{
|
||||
// //alert("titlechanged");
|
||||
//}, null);
|
||||
|
||||
// NOTE: the order of ["Esc", "Escape"] or ["Escape", "Esc"]
|
||||
// matters, so use that string as the first item, that you
|
||||
|
||||
Reference in New Issue
Block a user