From d16790de0cc5e5c0c0783ae3150fd1945fdcef3c Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 27 Nov 2008 05:45:17 +0000 Subject: Get rid of the placeholder "add tags here..." text, and clear the form on submit. --- modules/tag/js/tag.js | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/tag/js') diff --git a/modules/tag/js/tag.js b/modules/tag/js/tag.js index fbcbd419..8f93e9ff 100644 --- a/modules/tag/js/tag.js +++ b/modules/tag/js/tag.js @@ -10,6 +10,7 @@ function ajaxify_tag_form() { $.get($("#gTagCloud").attr("src"), function(data, textStatus) { $("#gTagCloud").html(data); }); + $("form#gAddTag").clearForm(); } ajaxify_tag_form(); } -- cgit v1.2.3