mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 06:38:12 +01:00
added link to external scripts repository
This commit is contained in:
1
Donators
1
Donators
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user