01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
% sudo chkconfig --add sshd
diff -u -b -r1.1.1.1 logtoolbar.js
--- chrome/content/logtoolbar.js 19 Jun 2008 16:23:00 -0000 1.1.1.1
+++ chrome/content/logtoolbar.js 1 Aug 2008 15:32:42 -0000
@@ -285,7 +285,8 @@
}
var time = new Date().getTime();
- var url = window.content.location.href;
+ //var url = window.content.location.href;
+ var url = event.originalTarget.location.href;
if(url == lemurlog_prev_focus_url)
{
return;
@@ -357,7 +358,8 @@
return;
}
var time = new Date().getTime();
- var url = window.content.location.href;
+ //var url = window.content.location.href;
+ var url = event.originalTarget.location.href;
if(lemurlog_IsRecordableURL(url))
{
lemurlog_g_recordable = true;
@@ -427,7 +429,8 @@
{
return;
}
- var url = window.content.location.href;
+ //var url = window.content.location.href;
+ var url = event.originalTarget.location.href;
if(url == lemurlog_prev_load_url)
{
return;
@@ -488,7 +491,8 @@
{
return;
}
- var url = window.content.location.href;
+ //var url = window.content.location.href;
+ var url = event.originalTarget.location.href;
if(url == lemurlog_prev_load_url)
{
return;