Changed filters to readable one. Styled some stuff
This commit is contained in:
parent
4a6596af27
commit
b9ff0c79b4
15 changed files with 96 additions and 48 deletions
|
@ -7,8 +7,10 @@ function Projects() {
|
|||
|
||||
$('.new_project, .edit_project').live('ajax:before', function() {
|
||||
$('.project_new_holder, .project_edit_holder').hide();
|
||||
$('.ajax_loader').show();
|
||||
$('.save-project-loader').show();
|
||||
});
|
||||
|
||||
$('form #project_default_branch').chosen();
|
||||
|
||||
disableButtonIfEmtpyField("#project_name", ".project-submit")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue