]> git.wh0rd.org - tt-rss.git/blobdiff - js/functions.js
Revert "exception handler: remove report to tt-rss.org"
[tt-rss.git] / js / functions.js
index 93b0371524f8e797b8cbc68a7ba44ef3d8963fc2..1ad15fcc672a2d7c3c45bbdc9273f6d91f2ccdae 100644 (file)
@@ -833,7 +833,7 @@ function quickAddFeed() {
                                                                        var reply = JSON.parse(transport.responseText);
                                                                } catch (e) {
                                                                        Element.hide("feed_add_spinner");
-                                                                       alert(__("Failed to parse output. This can indicate server timeout and/or network issues. Backend output was logged to the browser console."));
+                                                                       alert(__("Failed to parse output. This can indicate server timeout and/or network issues. Backend output was logged to browser console."));
                                                                        console.log('quickAddFeed, backend returned:' + transport.responseText);
                                                                        return;
                                                                }