Show sign up form if not signed in.

This commit is contained in:
Matthew Mongeau
2012-07-17 17:36:18 -04:00
parent ba8eb93b43
commit c5d3efdf60
3 changed files with 10 additions and 1 deletions

View File

@@ -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();
});