make empty profiles for users on first visit
This commit is contained in:
@@ -525,10 +525,9 @@ define([
|
|||||||
APP.$rightside.append($p);
|
APP.$rightside.append($p);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var $create = $('<div>', {id: CREATE_ID});
|
|
||||||
var $button = $('<button>', {'class': 'btn btn-success'});
|
// make an empty profile for the user on their first visit
|
||||||
$button.text(Messages.profile_create).click(todo).appendTo($create);
|
todo();
|
||||||
APP.$rightside.append($create);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
var onCryptpadReady = function () {
|
var onCryptpadReady = function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user