Current Path : /var/www/html/wp-content/plugins/wp-statistics/includes/admin/templates/layout/ |
Current File : /var/www/html/wp-content/plugins/wp-statistics/includes/admin/templates/layout/postbox.hide.php |
<script type="text/javascript"> jQuery(document).ready(function ($) { $(".postbox :not(.postbox-toggle) button.handlediv").click(function () { $(this).parent().parent().toggleClass("closed"); }); $(".postbox .postbox-toggle").click(function () { $(this).parent().toggleClass("closed"); }); }); </script>