projects
/
GM_direct_download_links.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
ca63049
)
Add a semicolon at the end of a line
author
Antonio Ospite <ospite@studenti.unina.it>
Sat, 5 May 2012 14:59:42 +0000
(16:59 +0200)
committer
Antonio Ospite <ospite@studenti.unina.it>
Sat, 5 May 2012 14:59:42 +0000
(16:59 +0200)
This is more for consistency with the other lines.
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
2c319e6
..
8a34ffc
100644
(file)
--- a/
direct_download_links.user.js
+++ b/
direct_download_links.user.js
@@
-146,7
+146,7
@@
function getElementByXPath(query, root) {
* @return: null on error, true on success
*/
function direct_download_link_add(pageURL, site) {
- site.pageURL = pageURL
+ site.pageURL = pageURL
;
var element = getElementByXPath(site.urlContainerXPath);
if (!element) {
DDL_log('DirectDL (' + site.pageURL + '): Cannot find the element ' + site.urlContainerXPath + ' containing the URL.');