forked from Wavyzz/dolibarr
FIX the autofocus feature
This commit is contained in:
@@ -7061,6 +7061,7 @@ function printCommonFooter($zone='private')
|
||||
if (! empty($conf->use_javascript_ajax))
|
||||
{
|
||||
print '<script type="text/javascript" language="javascript">'."\n";
|
||||
print 'jQuery(document).ready(function() {'."\n";
|
||||
|
||||
if ($zone == 'private' && empty($conf->dol_use_jmobile))
|
||||
{
|
||||
@@ -7143,6 +7144,8 @@ function printCommonFooter($zone='private')
|
||||
}
|
||||
}
|
||||
|
||||
print '});'."\n";
|
||||
|
||||
// Google Analytics
|
||||
// TODO Add a hook here
|
||||
if (! empty($conf->google->enabled) && ! empty($conf->global->MAIN_GOOGLE_AN_ID))
|
||||
|
||||
Reference in New Issue
Block a user