Fix projects spec

This commit is contained in:
Clement Ho 2018-04-24 10:52:38 -05:00
parent 7df66773f4
commit ecfc08a07f
1 changed files with 1 additions and 1 deletions

View File

@ -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', () => {