文件操作 - help.js
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/solsculpting/public_html/wp-content/plugins/strong-testimonials/admin/js/help.js
编辑文件内容
(function ($) { 'use strict' $('.open-help-tab').on('click', function () { var tab = this.hash // Find the tab in the Help container var tabLink = $('#contextual-help-columns').find('a[href="' + tab + '"]') if ($('#screen-meta').is(':hidden')) { // If Help container is closed, open it, then select tab $('#contextual-help-link').trigger('click').promise().done(function () { tabLink.trigger('click') }) } $('html, body').animate({scrollTop: 0}, 800) return false }) })(jQuery)
修改文件时间
将文件时间修改为当前时间的前一年
删除文件