mirror of
https://github.com/friendica/friendica
synced 2025-04-30 05:44:22 +02:00
Update Frost-mobile to v0.3
This commit is contained in:
parent
5195d99216
commit
c1c83115ad
44 changed files with 890 additions and 707 deletions
|
@ -160,7 +160,7 @@ ACL.prototype.update_view = function(){
|
|||
$j('#jot-public').show();
|
||||
$j('.profile-jot-net input').attr('disabled', false);
|
||||
if(typeof editor != 'undefined' && editor != false) {
|
||||
$j('#profile-jot-desc').html(ispublic);
|
||||
$j('#profile-jot-desc').html(window.isPublic);
|
||||
}
|
||||
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue