From 18ab3d7ae1e1fbf7c58247ccf54045e99bbbae61 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 25 Aug 2007 13:16:26 +0100 Subject: refactor qaddFeed, addFilter --- functions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions.js') diff --git a/functions.js b/functions.js index b8a704257..276911598 100644 --- a/functions.js +++ b/functions.js @@ -1347,7 +1347,7 @@ function infobox_callback2(transport) { } } -function addFilter() { +function createFilter() { var form = document.forms['filter_add_form']; var reg_exp = form.reg_exp.value; @@ -1379,7 +1379,7 @@ function isValidURL(s) { return s.match("http://") != null || s.match("https://") != null || s.match("feed://") != null; } -function qaddFeed() { +function subscribeToFeed() { var form = document.forms['feed_add_form']; var feed_url = form.feed_url.value; -- cgit v1.2.3