Created
November 15, 2011 13:18
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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