PluginProbe
TablePress – Tables in WordPress made easy / 3.0
TablePress – Tables in WordPress made easy v3.0
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 / codemirror.js

codemirror.js in TablePress – Tables in WordPress made easy 3.0, at admin/js/build/codemirror.js

1 lines 586 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 (()=>{"use strict";window.tp=window.tp||{},tp.CM_custom_css=wp.codeEditor.initialize("option-custom-css",{}).codemirror;const s=tp.CM_custom_css.getWrapperElement(),t=function(){this.classList.contains("disabled")||(this.classList.add("large"),tp.CM_custom_css.refresh(),this.removeEventListener("mousedown",t))};s.addEventListener("mousedown",t);const e=document.getElementById("option-use-custom-css");e.addEventListener("change",(function(){tp.CM_custom_css.setOption("readOnly",!this.checked),s.classList.toggle("disabled",!this.checked)})),e.dispatchEvent(new Event("change"))})();