From 553ad8b3c5f14dee718adcdcce9d9e04e61eba8c Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 20 Jul 2017 15:56:18 -0400 Subject: [PATCH] excluding the add event page from using crowdriff crowdriff script blocks the add event confirmation page from redirecting properly in chrome, adding a condition to stop the script from loading on that page --- header.php | 2 +- index.php | 2 +- style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/header.php b/header.php index c722222..06e2fb2 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title(); ?> - + diff --git a/index.php b/index.php index e26b8ad..fb2b69c 100644 --- a/index.php +++ b/index.php @@ -24,7 +24,7 @@

#DiscoverKZoo

- +
diff --git a/style.css b/style.css index da41779..b385f2d 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: DiscoverKalamazoo Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for DiscoverKalamazoo -Version: 1.1.22 +Version: 1.1.23 */ -- 2.17.1