summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-18 08:56:52 +0100
committerAndrew Dolgov <[email protected]>2006-05-18 08:56:52 +0100
commit0ceded7a4663fc05d5f4871b01ac66f9c6a7380e (patch)
treeb1d07fe1f6a0ea9415cd76c8426f83cb6b12ef71 /tt-rss.js
parent6311acbeea7a386189d57745290a2d916d8734b2 (diff)
interface tweaks
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 31ad8a962..f3f496b18 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -534,7 +534,7 @@ function qafAdd() {
var link = document.getElementById("qafInput");
if (link.value.length == 0) {
- notify("Missing feed URL.");
+ alert("Error: No feed URL given.");
} else {
notify("Adding feed...");