Skip to content
Snippets Groups Projects
Commit 9abadedc authored by Prasad's avatar Prasad
Browse files

Pushed missed file for Popup

parent 0d26a464
No related branches found
No related tags found
No related merge requests found
......@@ -354,7 +354,8 @@ var Vtiger_Index_Js = {
content: data,
animation: false,
placement: the_placement,
template: '<div class="popover popover-tooltip"><div class="arrow"></div><div class="popover-inner"><button name="vtTooltipClose" class="close" style="color:white;opacity:1;font-weight:lighter;position:relative;top:3px;right:3px;">x</button><h3 class="popover-title"></h3><div class="popover-content"><div></div></div></div></div>'
template: '<div class="popover popover-tooltip"><div class="arrow"></div><div class="popover-inner"><button name="vtTooltipClose" class="close" style="color:white;opacity:1;font-weight:lighter;position:relative;top:3px;right:3px;">x</button><h3 class="popover-title"></h3><div class="popover-content"><div></div></div></div></div>',
sanitize: false, /* to allow button / anchor */
});
lastPopovers.push(el.popover('show'));
registerToolTipDestroy();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment