# HG changeset patch # User Nathan Phillip Brink # Date 2011-03-21 00:15:01 # Node ID fd0a7b699e51fea46a67ceb35d4c6667c5bd3300 # Parent ed36970db5ea49db62d873caf51f5c8b2efd7cde Use jquery-1.5 now that we don't use validate plugin. 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,7 @@ class page require_once('school.inc'); /* Scripts and styles available for inclusion */ - $this->headCode['jQuery'] = ''; + $this->headCode['jQuery'] = ''; $this->headCode['jQueryUI'] = ''; $this->headCode['jValidate'] = ''; $this->headCode['jAddress'] = '';