- Allow blacklisting and whitelisting of e-mail addresses used for new user accounts
[scuttle] / templates / top.inc.php
index 44b31df6599a29c2cafde6e7016955b645d9dae7..87f9f26589d5572069f86636ecc1f696b2a6dcc7 100644 (file)
@@ -13,7 +13,7 @@
     }
     ?>
     <?php if ($loadjs): ?>
-      <script type="text/javascript" src="<?php echo $GLOBALS['root']; ?>includes/jquery-1.4.2.min.js"></script>
+      <script type="text/javascript" src="<?php echo $GLOBALS['root']; ?>includes/jquery-1.4.4.min.js"></script>
       <script type="text/javascript" src="<?php echo $GLOBALS['root']; ?>jsScuttle.php"></script>
     <?php endif; ?>
 </head>

Benjamin Mako Hill || Want to submit a patch?