Commit 35491ba7 authored by Dennis Tang's avatar Dennis Tang

Update app/assets/javascripts/pages/projects/project.js

parent 80af17cb
...@@ -37,14 +37,11 @@ export default class Project { ...@@ -37,14 +37,11 @@ export default class Project {
$label.text(activeText); $label.text(activeText);
}); });
<<<<<<< HEAD
$('#modal-geo-info').data({ $('#modal-geo-info').data({
cloneUrlSecondary: $this.attr('href'), cloneUrlSecondary: $this.attr('href'),
cloneUrlPrimary: $this.data('primaryUrl') || '', cloneUrlPrimary: $this.data('primaryUrl') || '',
}); });
=======
>>>>>>> upstream/master
$projectCloneField.val(url); $projectCloneField.val(url);
$('.js-git-empty .js-clone').text(url); $('.js-git-empty .js-clone').text(url);
}); });
......
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