fixup! Merge remote-tracking branch 'calcms/master'

This commit is contained in:
Milan
2023-02-25 23:21:31 +01:00
parent 1da6032c9a
commit 5aa42ebf34

View File

@@ -265,14 +265,14 @@ var calcms_settings = new Array();
}
$(document).ready(function() {
if (window.location.href.match(/\/programm\//)) scrollTo( $("h1"), -16,0 );
//if (window.location.href.match(/\/programm\//)) scrollTo( $("h1"), -16,0 );
initCalcms();
initWordpress();
calcms.showPlaylist();
//initWordpress();
//calcms.showPlaylist();
calcms.showNewestComments();
calcms.insertEditors();
//calcms.insertEditors();
initSearch();
initEventScroll();
//initEventScroll();
console.log("calcms inited")
});