Changeset 13158 for freepbx/branches
- Timestamp:
- 01/02/12 15:17:40 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.10/amp_conf/htdocs/admin/views/footer.php
r13119 r13158 24 24 25 25 //localized strings and other javascript values that need to be set dynamically 26 //TODO: this should be do ve via callbacks so that all modules can hook in to it26 //TODO: this should be done via callbacks so that all modules can hook in to it 27 27 if (!isset($no_auth)) { 28 28 $fpbx['conf'] = $amp_conf; … … 52 52 . 'var fpbx=' 53 53 . 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>'; 55 56 56 57 if ($amp_conf['USE_GOOGLE_CDN_JS']) {
