diff --git a/head.sub.php b/head.sub.php
index 892ffbbf2..e92ea910c 100644
--- a/head.sub.php
+++ b/head.sub.php
@@ -38,7 +38,7 @@ header("Pragma: no-cache"); // HTTP/1.0
} ?>
-
+
if (defined('G4_IS_ADMIN')) { ?>
">
@@ -101,7 +101,7 @@ if (!defined('G4_IS_ADMIN')) {
set_cookie("device_width", screen.width, 6, g4_cookie_domain);
} ?>
- echo $config['cf_add_script']; ?>
+ if(!G4_IS_ADMIN)echo $config['cf_add_script']; ?>