Commit 3120d98a authored by Valery Sizov's avatar Valery Sizov

Fix for spinach: \'New Project :: I should see instructions on how to import...

Fix for spinach: \'New Project :: I should see instructions on how to import from Git URL :: When I click on "Repo by URL"\'
parent 68436fef
......@@ -148,7 +148,7 @@
$('#project_import_url').disable();
$('.import_git').click(function( event ) {
$projectImportUrl = $('#project_import_url');
$projectImportUrl.attr('disabled', !$projectImportUrl.attr('disabled'));
$projectMirror = $('#project_mirror');
$projectImportUrl.attr('disabled', !$projectImportUrl.attr('disabled'));
$projectMirror.attr('disabled', !$projectMirror.attr('disabled'));
......
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