silly alert
This commit is contained in:
parent
d075e3d97f
commit
f56c713c3f
|
@ -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.");
|
||||
|
|
Loading…
Reference in New Issue
Block a user