0byt3m1n1
Path:
/
var
/
www
/
clients
/
client38
/
web37
/
web
/
wp-content
/
plugins
/
tablepress
/
admin
/
js
/
[
Home
]
File: codemirror.min.js
jQuery(function(r){"use strict";var o=wp.codeEditor.initialize(document.getElementById("option-custom-css"),tablepress_codemirror_settings);r(o.codemirror.getWrapperElement()).resizable({handles:"s",resize:function(){var e=r(this);o.codemirror.setSize(e.width(),e.height())}}),r("#tablepress-page").find(".CodeMirror").on("mousedown.codemirror",function(){var e=r(this);e.hasClass("disabled")||(e.addClass("large"),o.codemirror.refresh(),e.off("mousedown.codemirror"))}),r("#option-use-custom-css").on("change",function(){var e=r(this).prop("checked");o.codemirror.setOption("readOnly",!e),r("#tablepress-page").find(".CodeMirror").toggleClass("disabled",!e)}).trigger("change")});