Update Frost-mobile to v0.3

This commit is contained in:
Zach Prezkuta 2013-02-10 10:21:52 -07:00
parent 5195d99216
commit c1c83115ad
44 changed files with 890 additions and 707 deletions

View file

@ -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 {