File "admin-styling.js"

Full Path: /home/tekvhqgl/public_html/dev2024_old_skip/wp-content/plugins/mobile-menu/includes/plugin-settings/js/admin-styling.js
File size: 317 bytes
MIME-type: text/plain
Charset: utf-8

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();
});