You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
registerFunction in impersonate.js takes an integer as parameter, but document.addEventListener('DOMContentLoaded', registerFunction) supplies an event.
If OCA.Setting is not set at this point, script execution halts due to delay = delay * 2 not working on an object.
Should be an easy fix by including isNaN(delay)
The text was updated successfully, but these errors were encountered:
registerFunction in impersonate.js takes an integer as parameter, but document.addEventListener('DOMContentLoaded', registerFunction) supplies an event.
If OCA.Setting is not set at this point, script execution halts due to delay = delay * 2 not working on an object.
Should be an easy fix by including isNaN(delay)
The text was updated successfully, but these errors were encountered: