mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 15:05:26 +08:00
changed name of data attribute
This commit is contained in:
parent
4e55fdc9b5
commit
a0c6a0c407
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
'use strict';
|
||||
|
||||
$.init_popover_v2 = function() {
|
||||
if ($(document.body).data("popover_v2_enabled")===true || $(document.body).data("popover_v2_enabled")== null ){
|
||||
if ($(document.body).data("tooltips-enabled")===true || $(document.body).data("tooltips-enabled")== null ){
|
||||
var popovers_array = [];
|
||||
$('.popover_open').remove() // Destroy all (if any) old open popovers
|
||||
$('.popover_v2').each(function(i,obj) {
|
||||
|
|
Loading…
Reference in a new issue