calcms.cust.js: remove dead code

This commit is contained in:
Milan
2022-11-18 00:23:26 +01:00
parent b6700a7fca
commit 789acd1ba1

View File

@@ -156,7 +156,6 @@ var calcms_settings = new Array();
var isCalcms = false;
function initWordpress() {
$('header.entry-header').each(function() {
var elem = $(this);
$(this).find("h1").each(function() {
if ($(this).text() == "Programm") {
isCalcms = true;