From 0ceded7a4663fc05d5f4871b01ac66f9c6a7380e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 18 May 2006 08:56:52 +0100 Subject: interface tweaks --- tt-rss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tt-rss.js') 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..."); -- cgit v1.2.3