/**
  * Sets form to disable/enable inclusion of jQuery
  *
  * @param bool $bool
  */
 public static function set_jquery_included($bool = true)
 {
     self::$jquery_included = $bool;
 }