From f56c713c3f24842c8ff15c136db1af39f7bd531e Mon Sep 17 00:00:00 2001 From: Sanj Date: Sun, 15 May 2011 19:04:22 +0530 Subject: [PATCH] silly alert --- edgware/templates/create_article.html | 1 - 1 file changed, 1 deletion(-) diff --git a/edgware/templates/create_article.html b/edgware/templates/create_article.html index d5cf86f..b8097ab 100644 --- a/edgware/templates/create_article.html +++ b/edgware/templates/create_article.html @@ -20,7 +20,6 @@ $(function() { $('.templateArticle').click(function() { var id = $(this).attr("data-id"); - alert(id); $('#articleId').val(id); if ($("#articleName").val().replace(" ", "") === '') { alert("please enter a name for your article.");