silly alert

This commit is contained in:
Sanj 2011-05-15 19:04:22 +05:30
parent d075e3d97f
commit f56c713c3f

View File

@ -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.");