nylen/PHP-Error-Log-Viewer

Convert vanilla JS to jQuery

johnalarcon opened this issue · 1 comments

Description

When a user requests to purge the error log, a confirmation is popped to prevent accidental deletions. This has been done with vanilla JS thus far. It can be switched to jQuery.

Context

The vanilla approach works, but, the jQuery approach involves less code and is much more readable. ...and jQuery is loaded anyway.

Implemented in version 2.2.0.