Dotclear

Changeset 2306:9fbf8fdeea7c


Ignore:
Timestamp:
10/07/13 14:48:17 (12 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

Fix link to contextual help for firefox; addresses 1755

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/js/prelude.js

    r2304 r2306  
    88               }); 
    99           
    10           $('#prelude a[href="#help"]').click(function() { 
     10          $('body').on('click', '#prelude a[href="#help"]', function(e) { 
     11               e.preventDefault(); 
    1112               $('#help-button a').focus(); 
    1213          }); 
  • inc/admin/lib.dc.page.php

    r2304 r2306  
    237237               echo 
    238238               '<p id="help-button"><a href="help.php" class="outgoing" title="'. 
    239                __('Global help').' ('.__('new window').')">'.__('Global help').'</a></p>'; 
     239               __('Global help').'">'.__('Global help').'</a></p>'; 
    240240          } 
    241241 
Note: See TracChangeset for help on using the changeset viewer.

Sites map