文件操作 - 404page-ui.js
返回文件管理
返回主菜单
删除本文件
文件: /home/tecnoht/public_html/lessi--it/wp-content/plugins/404page/assets/js/404page-ui.js
编辑文件内容
jQuery( document ).ready( function( $ ) { $( '#select404page' ).change( function() { $( '#edit_404_page, #test_404_page' ).prop( 'disabled', !( $( '#select404page' ).val() == $( '#404page_current_value').text() != 0 ) ); }); $( '#select404page' ).trigger( 'change' ); $( '#edit_404_page' ).click( function() { window.location.href = $( '#404page_edit_link' ).text(); }); $( '#test_404_page' ).click( function() { window.location.href = $( '#404page_test_link' ).text(); }); $( '#404page-http410_always' ).change( function() { $( '#404page-http410_if_trashed' ).prop( 'disabled', $( '#404page-http410_always' ).prop( 'checked' ) ); }); });
修改文件时间
将文件时间修改为当前时间的前一年
删除文件