mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-15 19:24:21 +02:00
We can't use let in js files as we still supporting old devices with es5 only
This commit is contained in:
@ -218,7 +218,7 @@
|
||||
}
|
||||
|
||||
// set grants if given for push
|
||||
let egw_grants = egw_script.getAttribute('data-grants');
|
||||
var egw_grants = egw_script.getAttribute('data-grants');
|
||||
if (egw_grants)
|
||||
{
|
||||
egw.set_grants(JSON.parse(egw_grants));
|
||||
|
Reference in New Issue
Block a user