1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 04:07:58 +01:00

added link to external scripts repository

This commit is contained in:
Martin Stubenschrott
2008-03-30 13:13:41 +00:00
parent 46447353bf
commit bbfdd78660
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
<b>Note:</b> If you don't wish to appear on this list when making a donation, please tell me. <b>Note:</b> If you don't wish to appear on this list when making a donation, please tell me.
2008: 2008:
* Mark Hashimoto
* Anirudh Sanjeev * Anirudh Sanjeev
* Ted Pavlic * Ted Pavlic
* Jacqueline Wegscheid * Jacqueline Wegscheid

View File

@@ -108,7 +108,7 @@ liberator.Hints = function () //{{{
var start = hints.length; var start = hints.length;
while ((elem = res.iterateNext()) != null) while ((elem = res.iterateNext()) != null)
{ {
// TODO: for frames, this calculation is wrong // TODO: for iframes, this calculation is wrong
rect = elem.getBoundingClientRect(); rect = elem.getBoundingClientRect();
if (!rect || rect.top > height || rect.bottom < 0 || rect.left > width || rect.right < 0) if (!rect || rect.top > height || rect.bottom < 0 || rect.left > width || rect.right < 0)
continue; continue;