More cosmetics

This commit is contained in:
Arne Schlüter 2015-02-09 00:50:33 +01:00
commit a7502baf7d
4 changed files with 44 additions and 23 deletions

View file

@ -27,9 +27,7 @@ $.getJSON('/articles/')
})
$('.begin').on('click', function (e) {
$('#overlay')
.fadeOut(700)
.then(function() { $(this).remove() })
$('#overlay').fadeOut(700)
e.preventDefault()
e.stopPropagation()