# HG changeset patch # User Nathan Phillip Brink # Date 2011-09-06 15:31:30 # Node ID 4446e73f332d5a6e4dff112cc85e98f075b82883 # Parent 7074fcdebeca900b4f1cfbfa9b81eb78effd4e1b Revert to jQuery-1.6.1 because jQuery-1.6.2 is incompatible with application/xhtml+xml. Because https://github.com/jquery/jquery/pull/478/files#r112668 is included in jQuery-1.6.2, we revert to 1.6.1 until 1.6.3 with the fix is released. diff --git a/inc/class.page.php b/inc/class.page.php --- a/inc/class.page.php +++ b/inc/class.page.php @@ -121,7 +121,13 @@ class page require_once('school.inc'); /* Scripts and styles available for inclusion */ - $this->headCode['jQuery'] = ''; + + /* + * Because https://github.com/jquery/jquery/pull/478/files#r112668 + * is included in jQuery-1.6.2, we revert to 1.6.1 until 1.6.3 + * with the fix is released: + */ + $this->headCode['jQuery'] = ''; $this->headCode['jQueryUI'] = ''; $this->headCode['jValidate'] = ''; $this->headCode['jAddress'] = '';