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 ) {
|
$('.import_git').click(function( event ) {
|
||||||
if($('#project_import_url').attr('disabled')) {
|
$projectImportUrl = $('#project_import_url')
|
||||||
$('#project_import_url').attr('disabled', false);
|
$projectImportUrl.attr('disabled', !$projectImportUrl.attr('disabled'))
|
||||||
} else {
|
|
||||||
$('#project_import_url').attr('disabled', true);
|
|
||||||
}
|
|
||||||
});
|
});
|
Loading…
Reference in a new issue