From 7b8c4d6f113b74d4b6cb00f3221e3c1d489d8d3d Mon Sep 17 00:00:00 2001 From: Raphael Dannecker Date: Wed, 6 Jan 2021 20:02:38 +0100 Subject: [PATCH] jquery temporary fix --- templates/timetable.mustache | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/timetable.mustache b/templates/timetable.mustache index 1ba8d13..9ee0506 100755 --- a/templates/timetable.mustache +++ b/templates/timetable.mustache @@ -122,7 +122,7 @@ require([ block_timetable_type = type; } - $('[data-toggle="popover"]').popover(); + //$('[data-toggle="popover"]').popover(); //alert("Hi, this is a test"); $(".nextweek").click(function() { @@ -160,5 +160,7 @@ require([ select_type('subject'); } + $('[data-toggle="popover"]').popover(); + }); {{/ js }}