mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 09:04:12 +01:00
Added "titlestring" setting
This commit is contained in:
@@ -1478,11 +1478,6 @@ function getCurrentLocation()
|
||||
function getCurrentTitle()
|
||||
{
|
||||
return window.content.document.title;
|
||||
// var titles = window.content.document.getElementsByTagName('title');
|
||||
// if (titles.length >= 1)
|
||||
// return titles[0];
|
||||
// else
|
||||
// return null;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user