Changed colors for buttons. Imporved preview area. Added clone panel to empty project
This commit is contained in:
parent
5b88c1e34c
commit
cd3d50caf2
9 changed files with 113 additions and 69 deletions
|
@ -45,7 +45,9 @@ init:
|
|||
$("#note_note").live("focus", function(){
|
||||
$(this).css("height", "80px");
|
||||
$('.note_advanced_opts').show();
|
||||
$(this).closest("form").find(".submit_note").attr("disabled", "disabled");
|
||||
if($(this).val() == "") {
|
||||
$(this).closest("form").find(".submit_note").attr("disabled", "disabled").addClass("disabled");
|
||||
}
|
||||
});
|
||||
|
||||
$("#note_attachment").change(function(e){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue