# HG changeset patch # User Nathan Phillip Brink # Date 2011-03-24 21:07:36 # Node ID 6398b4102d82a93e5506b8211d9f902e9e19c5aa # Parent 476a47d2ea81530282a1661a5b7979f2cc936285 Revert to jQuery-1.5.0 because jQuery-1.5.1 seems to be causing some problems... diff --git a/inc/class.page.php b/inc/class.page.php --- a/inc/class.page.php +++ b/inc/class.page.php @@ -100,7 +100,8 @@ class page require_once('school.inc'); /* Scripts and styles available for inclusion */ - $this->headCode['jQuery'] = ''; + /* jQuery-1.5.1 has some weird issues with HTML insertion, reverting to 1.5.0 */ + $this->headCode['jQuery'] = ''; $this->headCode['jQueryUI'] = ''; $this->headCode['jValidate'] = ''; $this->headCode['jAddress'] = '';