Commit ecfc08a0 authored by Clement Ho's avatar Clement Ho

Fix projects spec

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