Showing
1 changed file
with
1 additions
and
1 deletions
@@ -250,7 +250,7 @@ | @@ -250,7 +250,7 @@ | ||
250 | span.on('show.bs.popover',function (e) { | 250 | span.on('show.bs.popover',function (e) { |
251 | $(". has-popover").filter(function (i) { | 251 | $(". has-popover").filter(function (i) { |
252 | var $this = $(this); | 252 | var $this = $(this); |
253 | - return $this !== span | 253 | + return $this.attr("id") != span.attr("id") |
254 | }).popover('hide'); | 254 | }).popover('hide'); |
255 | }); | 255 | }); |
256 | // span.popover('show'); | 256 | // span.popover('show'); |
-
Please register or login to post a comment