Line 804: | Line 804: | ||
}); | }); | ||
− | |||
$(window).load(function() { | $(window).load(function() { | ||
$('li.notebook').addClass('active'); | $('li.notebook').addClass('active'); | ||
Line 819: | Line 818: | ||
$(".affix").css("width", $("#parent").width()); | $(".affix").css("width", $("#parent").width()); | ||
}); | }); | ||
+ | |||
+ | $(document).ready(function(){ | ||
+ | $('[data-toggle="tooltip"]').tooltip(); | ||
+ | }); | ||
</script> | </script> | ||
Revision as of 22:42, 29 October 2017