update to Frost v0.4

This commit is contained in:
Zach Prezkuta 2013-02-10 14:57:44 -07:00
parent 5195d99216
commit 4d8678e523
109 changed files with 1821 additions and 860 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 {