fixup! Merge remote-tracking branch 'calcms/master'
This commit is contained in:
@@ -265,14 +265,14 @@ var calcms_settings = new Array();
|
|||||||
}
|
}
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
if (window.location.href.match(/\/programm\//)) scrollTo( $("h1"), -16,0 );
|
//if (window.location.href.match(/\/programm\//)) scrollTo( $("h1"), -16,0 );
|
||||||
initCalcms();
|
initCalcms();
|
||||||
initWordpress();
|
//initWordpress();
|
||||||
calcms.showPlaylist();
|
//calcms.showPlaylist();
|
||||||
calcms.showNewestComments();
|
calcms.showNewestComments();
|
||||||
calcms.insertEditors();
|
//calcms.insertEditors();
|
||||||
initSearch();
|
initSearch();
|
||||||
initEventScroll();
|
//initEventScroll();
|
||||||
console.log("calcms inited")
|
console.log("calcms inited")
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user