Show
Ignore:
Timestamp:
01/02/12 15:17:40 (1 year ago)
Author:
GameGamer43
Message:

fix for navbar issue, were you would only get half of the navigation menu on a page load

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.10/amp_conf/htdocs/admin/views/footer.php

    r13119 r13158  
    2424 
    2525//localized strings and other javascript values that need to be set dynamically 
    26 //TODO: this should be dove via callbacks so that all modules can hook in to it 
     26//TODO: this should be done via callbacks so that all modules can hook in to it 
    2727if (!isset($no_auth)) { 
    2828  $fpbx['conf']       = $amp_conf; 
     
    5252    . 'var fpbx=' 
    5353    . json_encode($fpbx) 
    54     . '</script>'; 
     54        . ';$(document).click();' //TODO: this should be cleaned up eventually as right now it prevents the nav bar from not being fully displayed 
     55        . '</script>'; 
    5556 
    5657if ($amp_conf['USE_GOOGLE_CDN_JS']) {