[Rt-commit] rt branch, 4.6/fontawesome-icons, updated. rt-4.4.4-422-g5ab34cfdd
Blaine Motsinger
blaine at bestpractical.com
Wed Oct 23 19:18:31 EDT 2019
The branch, 4.6/fontawesome-icons has been updated
via 5ab34cfdd85b40bee103640544d2ff1f9224efb8 (commit)
from d8c7fadc07846c206ddb11831a345f486c0f32cf (commit)
Summary of changes:
share/static/js/util.js | 5 +++++
1 file changed, 5 insertions(+)
- Log -----------------------------------------------------------------
commit 5ab34cfdd85b40bee103640544d2ff1f9224efb8
Author: Blaine Motsinger <blaine at bestpractical.com>
Date: Wed Oct 23 18:18:00 2019 -0500
Enable bootstrap tooltips in the js
diff --git a/share/static/js/util.js b/share/static/js/util.js
index 992fd78c5..b8c70eb67 100644
--- a/share/static/js/util.js
+++ b/share/static/js/util.js
@@ -631,3 +631,8 @@ function toggle_hide_unset(e) {
return false;
}
+
+// enable bootstrap tooltips
+jQuery(function() {
+ jQuery('[data-toggle="tooltip"]').tooltip();
+});
-----------------------------------------------------------------------
More information about the rt-commit
mailing list