Skip to content

Instantly share code, notes, and snippets.

@mudrd8mz
Created November 15, 2011 13:18
Show Gist options
  • Save mudrd8mz/1367058 to your computer and use it in GitHub Desktop.
Save mudrd8mz/1367058 to your computer and use it in GitHub Desktop.
Do not hide the list of loaded JS modules from the performance report in the footer
diff --git a/theme/base/style/core.css b/theme/base/style/core.css
index 4976044..ebf514f 100644
--- a/theme/base/style/core.css
+++ b/theme/base/style/core.css
@@ -139,7 +139,7 @@ a.skip:active {position: static;display: block;}
.arrow,
.arrow_button input {font-family: Arial,Helvetica,Courier,sans-serif;}
-#yui-module-debug {display:none;}
+#yui-module-debug {display:block;}
/**
* Header
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment