Fix projects spec
This commit is contained in:
		
							parent
							
								
									7df66773f4
								
							
						
					
					
						commit
						ecfc08a07f
					
				| 
						 | 
					@ -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', () => {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue