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

udpated JS based on feedback

parent e2d6521d
...@@ -157,9 +157,6 @@ ...@@ -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);
}
}); });
\ 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