forked from Wavyzz/dolibarr
Fix shortkey
This commit is contained in:
@@ -6746,7 +6746,7 @@ class Form
|
||||
{
|
||||
$stringforfirstkey .= ' ALT +';
|
||||
}
|
||||
if ($conf->browser->name == 'firefox')
|
||||
elseif ($conf->browser->name == 'firefox')
|
||||
{
|
||||
$stringforfirstkey .= ' ALT + SHIFT +';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user