Timeline Posting
Using Jamroom
Hi Brian,
The editor is enabled but if you type something and "Save Update" it doesn't save.
Unfortunately, this is Nate's bug reported to him last July by another MSkin purchaser, but never fixed.
I confirmed by temporarily switching profile skins. Am I correct in think it has to do with this piece of code?
$('#action_submit').attr('disabled',true);
$('#action_update').keyup(function(){
if ( $('#action_update').val().length > 0 && $('#action_update').val().length $('#action_submit').attr('disabled',false);
}
else {
$('#action_submit').attr('disabled',true);
}
});
});