This commit is contained in:
Mike Nolan 2022-01-03 15:47:08 -06:00
parent 9b2fa0769a
commit 9a3a0aa3a7
1 changed files with 3 additions and 0 deletions

View File

@ -144,3 +144,6 @@ function yturl(url){
setInterval(progress2page, 3000);
$(document).ready(function() {
$(".dropdown-toggle").dropdown();
});