From 055cb1970f4abdfbbe3fe78b3df97e2b774e59b2 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Sat, 5 May 2012 16:59:42 +0200 Subject: [PATCH] Add a semicolon at the end of a line This is more for consistency with the other lines. Signed-off-by: Antonio Ospite --- direct_download_links.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct_download_links.user.js b/direct_download_links.user.js index 2c319e6..8a34ffc 100644 --- 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.'); -- 2.1.4