Don't reload jquery here.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 4 Jan 2009 20:11:09 +0000 (21:11 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 4 Jan 2009 20:11:35 +0000 (21:11 +0100)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
plugins/compiler.checkpasswd.php

index b03cc91..5d4c171 100644 (file)
@@ -35,8 +35,7 @@ function smarty_compiler_checkpasswd($tag_attrs, &$compiler)
       $text = "'Changer'";
     }
 
-    return '?><script type="text/javascript" src="javascript/jquery.js" ></script>
-              <script type="text/javascript" src="javascript/jquery.color.js" ></script>
+    return '?><script type="text/javascript" src="javascript/jquery.color.js" ></script>
               <script type="text/javascript">//<![CDATA[
                 var passwordprompt_name = '.  $prompt . ';
                 var passwordprompt_submit = ' . $submit . ';