Using SCRIPT_DEBUG to fix dimmed publish buttons in dash
-
I had the publish, draft and preview buttons grey out, and instead of using the temp fix I see of inspecting the buttons and editing the code to remove “disabled” from the button class, I am using
define( 'SCRIPT_DEBUG', true );in my config file. (Per this page: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors)This seems to be helping. Is it okay to leave this in the config file long-term?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Using SCRIPT_DEBUG to fix dimmed publish buttons in dash’ is closed to new replies.