Show sign up form if not signed in.
This commit is contained in:
@@ -48,6 +48,10 @@
|
||||
})
|
||||
|
||||
$(modal_id).fadeTo(200,1);
|
||||
var notice = $(this).data('notice')
|
||||
if(notice !== undefined) {
|
||||
$(modal_id).find(".notice").show().html(notice);
|
||||
}
|
||||
e.preventDefault();
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user