summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjs/functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/functions.js b/js/functions.js
index e29a834c9..88d8e331e 100755
--- a/js/functions.js
+++ b/js/functions.js
@@ -66,7 +66,7 @@ function exception_error(location, e, ext_info) {
"<pre>" + msg + "</pre>";
content += "<form name=\"exceptionForm\" id=\"exceptionForm\" target=\"_blank\" "+
- "action=\"http://tt-rss.org/report.php\" method=\"POST\">";
+ "action=\"https://tt-rss.org/report.php\" method=\"POST\">";
content += "<textarea style=\"display : none\" name=\"message\">" + msg + "</textarea>";
content += "<textarea style=\"display : none\" name=\"params\">N/A</textarea>";