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 }}