1
0
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:
Martin Stubenschrott
2007-05-17 18:48:16 +00:00
parent d99945054c
commit 71189214c5
6 changed files with 32 additions and 19 deletions

View File

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