diff --git a/_includes/modals/win-core.html b/_includes/modals/win-core.html
index dbae07d..df7326a 100644
--- a/_includes/modals/win-core.html
+++ b/_includes/modals/win-core.html
@@ -1,9 +1,3 @@
-
-
diff --git a/src/js/tooltip.js b/src/js/tooltip.js
new file mode 100644
index 0000000..516172a
--- /dev/null
+++ b/src/js/tooltip.js
@@ -0,0 +1,7 @@
+;(function($) {
+
+ $(document).ready(function() {
+ $('[data-toggle="tooltip"]').tooltip();
+ });
+
+}(jQuery));