File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
frontend/express/public/javascripts/countly/vue/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 410410 computed : {
411411 tooltipConf : function ( ) {
412412 return {
413- content : this . tooltip ,
413+ content : countlyCommon . unescapeHtml ( this . tooltip ) ,
414414 placement : this . placement
415415 } ;
416416 }
Original file line number Diff line number Diff line change 137137
138138 var PersistentNotifications = {
139139 template : '<div class="persistent-notifications" :class="additionalClasses">\
140- <cly-notification v-for="notification in persistentNotifications" :key="notification.id" :closable="false" :text="notification.text" :color="notification.color"></cly-notification>\
140+ <cly-notification v-for="notification in persistentNotifications" :key="notification.id" :closable="false" :text="notification.text" :goTo="notification.goTo" : color="notification.color"></cly-notification>\
141141 </div>' ,
142142 computed : {
143143 persistentNotifications : function ( ) {
You can’t perform that action at this time.
0 commit comments