Commit a322b022 authored by Dennis Tang's avatar Dennis Tang

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

parent e19e8a08
......@@ -66,7 +66,6 @@ export default class Project {
.remove();
return e.preventDefault();
});
<<<<<<< HEAD
$('.hide-shared-runner-limit-message').on('click', function(e) {
var $alert = $(this).parents('.shared-runner-quota-message');
var scope = $alert.data('scope');
......@@ -74,8 +73,6 @@ export default class Project {
$alert.remove();
e.preventDefault();
});
=======
>>>>>>> upstream/master
$('.hide-auto-devops-implicitly-enabled-banner').on('click', function(e) {
const projectId = $(this).data('project-id');
const cookieKey = `hide_auto_devops_implicitly_enabled_banner_${projectId}`;
......
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