| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
- Removed the unused confirmStep function. - Added event listeners for confirmation dialogs using class-based selectors for better maintainability. - Updated form elements to use class names for triggering confirmation dialogs instead of inline onclick attributes.
| Back | FazBrowse Home | New Git URL |
Summary
This pull request refactors the confirmation dialog handling in the Split dashboard. The changes improve the maintainability of the code by removing unused functions and replacing inline event handlers with class-based event listeners.
Changes Made
Benefits