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'] = '';