calcms.cust.js: remove dead code
This commit is contained in:
@@ -156,7 +156,6 @@ var calcms_settings = new Array();
|
|||||||
var isCalcms = false;
|
var isCalcms = false;
|
||||||
function initWordpress() {
|
function initWordpress() {
|
||||||
$('header.entry-header').each(function() {
|
$('header.entry-header').each(function() {
|
||||||
var elem = $(this);
|
|
||||||
$(this).find("h1").each(function() {
|
$(this).find("h1").each(function() {
|
||||||
if ($(this).text() == "Programm") {
|
if ($(this).text() == "Programm") {
|
||||||
isCalcms = true;
|
isCalcms = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user