From 001c9aa3137e6648fe3994eca4237f9283d0ee6e Mon Sep 17 00:00:00 2001 From: James Lopez Date: Thu, 14 Jul 2016 16:14:30 +0200 Subject: udpated JS based on feedback --- app/views/projects/new.html.haml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'app') diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml index 37f559c1bed..c72d0140bb9 100644 --- a/app/views/projects/new.html.haml +++ b/app/views/projects/new.html.haml @@ -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 -- cgit v1.2.1