Commit 54b90f94 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Resolve conflict at project new page

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 9e9ab32b
...@@ -147,14 +147,9 @@ ...@@ -147,14 +147,9 @@
$('#project_import_url').disable(); $('#project_import_url').disable();
$('.import_git').click(function( event ) { $('.import_git').click(function( event ) {
<<<<<<< HEAD
$projectImportUrl = $('#project_import_url')
$projectMirror = $('#project_mirror')
$projectImportUrl.attr('disabled', !$projectImportUrl.attr('disabled'))
$projectMirror.attr('disabled', !$projectMirror.attr('disabled'))
=======
$projectImportUrl = $('#project_import_url'); $projectImportUrl = $('#project_import_url');
$projectImportUrl.attr('disabled', !$projectImportUrl.attr('disabled')); $projectImportUrl.attr('disabled', !$projectImportUrl.attr('disabled'));
>>>>>>> ce-com/master
$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