Merge remote branch 'origin/xorg/maint' into xorg/master
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 6 Feb 2011 20:57:14 +0000 (21:57 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 6 Feb 2011 20:57:14 +0000 (21:57 +0100)
Conflicts:
templates/search/index.tpl

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
1  2 
modules/search.php
templates/admin/user.tpl
templates/search/index.tpl

Simple merge
Simple merge
@@@ -47,8 -47,8 +47,8 @@@
    {if $search_results_nb eq 1}{literal}
      <script type="text/javascript">
        // popup automatically if only one result
 -      $(document).ready(function() {
 +      $(function() {
-         $('#content a.popup2').click();
+         $('#content a.popup2').first().click();
        });
      </script>
    {/literal}{/if}