They have code removing the script commands
Go to appearance / Editor find Theme Functions
aka functions.php
Put this just below the php tag.
global $allowedposttags;
$allowedposttags['script'] = array(
'type' => array(),
'src' => array()
);
It fixes this issue, but may cause issues with posts, allowing
people to put script tags in your posts.