Created
January 16, 2010 16:50
-
-
Save soh335/278890 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Index: web/js/sf_admin_dash.js | |
=================================================================== | |
--- web/js/sf_admin_dash.js (revision 26711) | |
+++ web/js/sf_admin_dash.js (working copy) | |
@@ -10,7 +10,7 @@ | |
jQuery('.sf_admin_list').css('padding-right', filter_width); | |
//add filter header | |
- jQuery('#sf_admin_bar table tbody').before("<thead><tr><th colspan='2'>Filters</th></tr></thead>"); | |
+ jQuery('#sf_admin_bar div.sf_admin_filter table tbody').before("<thead><tr><th colspan='2'>Filters</th></tr></thead>"); | |
} | |
}); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment