# HG changeset patch # User Nathan Phillip Brink # Date 2011-09-20 11:28:52 # Node ID daf709c2ef1316355d505616af4484dfaf4116be # Parent 4446e73f332d5a6e4dff112cc85e98f075b82883 jQuery-1.6.4 has been released which includes the fix to http://bugs.jquery.com/ticket/10197 . diff --git a/inc/class.page.php b/inc/class.page.php --- a/inc/class.page.php +++ b/inc/class.page.php @@ -122,12 +122,7 @@ class page /* Scripts and styles available for inclusion */ - /* - * 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['jQuery'] = ''; $this->headCode['jQueryUI'] = ''; $this->headCode['jValidate'] = ''; $this->headCode['jAddress'] = '';