You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"title": "Loading …",// This is just a dummy title otherwise the content function will be called twice, see https://github.com/twbs/bootstrap/issues/12563
495
557
"content": popover_template
496
558
});
497
-
$(this).popover('show');
498
-
559
+
$(popoverTrigger).popover('show');
560
+
499
561
/* Need to call this after popover('show') to get access to the popover options in a later step (in preview_popover) */
500
-
popover_callBack.call($(this));
501
-
562
+
popover_callBack.call($(popoverTrigger));
563
+
502
564
/* Return false to suppress the default link mechanism on html:a */
0 commit comments