Skip to content
Snippets Groups Projects
Commit e78dde56 authored by Donald Cook's avatar Donald Cook Committed by Filipa Lacerda
Browse files

Backport of "Resolves EE differences for project_new.js"

parent c5f05cce
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -217,6 +217,12 @@ const bindEvents = () => {
 
$projectImportUrl.keyup(() => deriveProjectPathFromUrl($projectImportUrl));
 
$('.js-import-git-toggle-button').on('click', () => {
const $projectMirror = $('#project_mirror');
$projectMirror.attr('disabled', !$projectMirror.attr('disabled'));
});
$projectName.on('keyup change', () => {
onProjectNameChange($projectName, $projectPath);
hasUserDefinedProjectPath = $projectPath.val().trim().length > 0;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment