文件操作 - blockFrameSetup.js
返回文件管理
返回主菜单
删除本文件
文件: /root/Desktop/OLD/plugin-wordpress/weforms/assets/js/blockFrameSetup.js
编辑文件内容
// moved to separate file so we could enqueue it and make sure jquery was loaded (function() { jQuery( document ).ready( function() { var frameEl = window.frameElement; // get the form element var $form = jQuery('.wpuf-form-add'); // get the height of the form var height = $form.find( '.wpuf-form' ).outerHeight(true); if (frameEl) { frameEl.height = height + 125; } }); })();
修改文件时间
将文件时间修改为当前时间的前一年
删除文件