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:
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.
|
||||
|
||||
2008:
|
||||
* Mark Hashimoto
|
||||
* Anirudh Sanjeev
|
||||
* Ted Pavlic
|
||||
* Jacqueline Wegscheid
|
||||
|
||||
@@ -108,7 +108,7 @@ liberator.Hints = function () //{{{
|
||||
var start = hints.length;
|
||||
while ((elem = res.iterateNext()) != null)
|
||||
{
|
||||
// TODO: for frames, this calculation is wrong
|
||||
// TODO: for iframes, this calculation is wrong
|
||||
rect = elem.getBoundingClientRect();
|
||||
if (!rect || rect.top > height || rect.bottom < 0 || rect.left > width || rect.right < 0)
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user