PluginProbe
TablePress – Tables in WordPress made easy / 3.3
TablePress – Tables in WordPress made easy v3.3
3.3.4 3.3.3 3.3.2 3.3.1 trunk 1.12 1.14 1.9.2 2.0.4 2.1.7 2.1.8 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.3 2.3.1 2.3.2 2.4 2.4.1 2.4.2 2.4.3 2.4.4 All 44 releases
tablepress / admin / js / build / options.js

options.js in TablePress – Tables in WordPress made easy 3.3, at admin/js/build/options.js

1 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 (()=>{"use strict";const e=window.wp.i18n,t=e=>"#"===e[0]?document.getElementById(e.slice(1)):document.querySelectorAll(e),s=t("#option-use-custom-css");s&&(s.addEventListener("change",function(){t("#option-custom-css").disabled=!this.checked}),s.dispatchEvent(new Event("change"))),t("#tablepress-page-form").addEventListener("submit",function(){this.querySelectorAll(":scope input, :scope select, :scope textarea").forEach(e=>e.disabled=!1)}),(t=>{const s=window?.navigator?.platform?.includes("Mac")?(0,e._x)("","keyboard shortcut modifier key on a Mac keyboard","tablepress"):(0,e._x)("Ctrl+","keyboard shortcut modifier key on a non-Mac keyboard","tablepress");t.title=(0,e.sprintf)(t.dataset.shortcut,s),window.addEventListener("keydown",e=>{let s="";(e.ctrlKey||e.metaKey)&&83===e.keyCode&&(s="save-changes"),"save-changes"===s&&(document.activeElement.blur(),t.click(),e.preventDefault())},!0)})(t("#tablepress-options-save-changes"));const n=t("#uninstall-tablepress");n&&n.addEventListener("click",t=>{confirm((0,e.__)("Do you really want to uninstall TablePress and delete ALL data?","tablepress"))&&confirm((0,e.__)("Are you really sure?","tablepress"))||t.preventDefault()})})();