# HG changeset patch # User Nathan Phillip Brink # Date 2010-10-28 19:31:32 # Node ID 5ebdcdb092e0afb0109244da96b35aefa0360db0 # Parent 8e3f294a4d118eadba659136c247c6f969d500bc Upgrade to jQuery-1.4.3 (or any other future jQuery-1.4, because we now just use a more generalized URI). diff --git a/inc/class.page.php b/inc/class.page.php --- a/inc/class.page.php +++ b/inc/class.page.php @@ -52,7 +52,7 @@ class page require_once('school.inc'); // Scripts and styles available to include - $this->headCode['jQuery'] = ''; + $this->headCode['jQuery'] = ''; $this->headCode['jQueryUI'] = ''; $this->headCode['jValidate'] = ''; $this->headCode['schedInput'] = '';