Commit ecfc08a0 authored by Clement Ho's avatar Clement Ho

Fix projects spec

parent 7df66773
......@@ -67,7 +67,7 @@ const bindEvents = () => {
.popover({
title: $pushNewProjectTipTrigger.data('title'),
placement: 'bottom',
html: 'true',
html: true,
content: $('.push-new-project-tip-template').html(),
})
.on('shown.bs.popover', () => {
......
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