projects
/
GM_direct_download_links.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65adaf3
)
Don't call _get_URL() directly if we use the onEvent mechanism
author
Antonio Ospite <ospite@studenti.unina.it>
Fri, 23 Dec 2011 22:13:01 +0000
(23:13 +0100)
committer
Antonio Ospite <ospite@studenti.unina.it>
Fri, 23 Dec 2011 22:13:01 +0000
(23:13 +0100)
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
direct_download_links.user.js
patch
|
blob
|
history
diff --git
a/direct_download_links.user.js
b/direct_download_links.user.js
index
9f42a3f
..
6e4bbfd
100644
(file)
--- a/
direct_download_links.user.js
+++ b/
direct_download_links.user.js
@@
-140,6
+140,7
@@
function direct_download_link_add(pageURL, site) {
}
_get_URL(site, element);
}, false);
+ return;
}
_get_URL(site, element);