udpated JS based on feedback
This commit is contained in:
parent
e2d6521d97
commit
001c9aa313
1 changed files with 2 additions and 5 deletions
|
@ -157,9 +157,6 @@
|
|||
});
|
||||
|
||||
$('.import_git').click(function( event ) {
|
||||
if($('#project_import_url').attr('disabled')) {
|
||||
$('#project_import_url').attr('disabled', false);
|
||||
} else {
|
||||
$('#project_import_url').attr('disabled', true);
|
||||
}
|
||||
$projectImportUrl = $('#project_import_url')
|
||||
$projectImportUrl.attr('disabled', !$projectImportUrl.attr('disabled'))
|
||||
});
|
Loading…
Reference in a new issue