diff options
| -rw-r--r-- | js/bootstrap-popover.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-popover.js b/js/bootstrap-popover.js index 7f6511080..ad190f50e 100644 --- a/js/bootstrap-popover.js +++ b/js/bootstrap-popover.js @@ -58,7 +58,7 @@ , $e = this.$element , o = this.options - content = (typeof o.content == 'function' ? o.content.call($e[0]) : o.content) || + content = (typeof o.content == 'function' ? o.content.call($e[0]) : o.content) || $e.attr('data-content') return content |
