mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
7daf75044a
Fix the "Cannot read properties of undefined" error: - The `function editAdlist(event)` wasn't receiving any arguments, because every call to this function is not passing arguments, so `event` was undefined. Using `data-type` attribute to pass the value and avoid the error. Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>