Server : Apache System : Linux cs317.bluehost.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : andertr9 ( 1047) PHP Version : 8.2.18 Disable Function : NONE Directory : /home1/andertr9/public_html/wp-admin/js/ |
Upload File : |
/** * Distraction-Free Writing (wp-fullscreen) backward compatibility stub. * Todo: remove at the end of 2016. * * Original was deprecated in 4.1, removed in 4.3. */ ( function() { var noop = function(){}; window.wp = window.wp || {}; window.wp.editor = window.wp.editor || {}; window.wp.editor.fullscreen = { bind_resize: noop, dfwWidth: noop, off: noop, on: noop, refreshButtons: noop, resizeTextarea: noop, save: noop, switchmode: noop, toggleUI: noop, settings: {}, pubsub: { publish: noop, subscribe: noop, unsubscribe: noop, topics: {} }, fade: { In: noop, Out: noop }, ui: { fade: noop, init: noop } }; }());