From: Anthony Talarico Date: Thu, 20 Jul 2017 19:56:18 +0000 (-0400) Subject: excluding the add event page from using crowdriff X-Git-Tag: v1.1.23^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=553ad8b3c5f14dee718adcdcce9d9e04e61eba8c;p=WP-Themes%2FDiscoverKZOO.git 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 --- 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 */