Commit 001c9aa3 authored by James Lopez's avatar James Lopez

udpated JS based on feedback

parent e2d6521d
......@@ -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'))
});
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment