From 0748d7e09ec7a1cd10dce54a83ee862d8d27667b Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Mon, 9 Oct 2017 21:38:00 +0200 Subject: [PATCH] Merging with javascript went wrong --- scipost/static/scipost/assets/js/scripts.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scipost/static/scipost/assets/js/scripts.js b/scipost/static/scipost/assets/js/scripts.js index 31e9384a2..35883ec42 100644 --- a/scipost/static/scipost/assets/js/scripts.js +++ b/scipost/static/scipost/assets/js/scripts.js @@ -44,6 +44,8 @@ function init_page() { $('[data-toggle="toggle"]').on('click', function() { $($(this).attr('data-target')).toggle(); }); + + activate_tooltip(); } $(function(){ -- GitLab