OwlCyberSecurity - MANAGER
Edit File: admin-styling.js
jQuery(document).ready(function($) { "use strict"; // Removes the last blank table in admin pages. This is because a blank table is left if the last // option is a save option $('.mobmenu-settings-panel-wrap table.form-table').filter(function() { return $(this).find('tbody tr').length === 0; }).remove(); });