Skip to content

Instantly share code, notes, and snippets.

@soh335
Created January 16, 2010 16:50
Show Gist options
  • Save soh335/278890 to your computer and use it in GitHub Desktop.
Save soh335/278890 to your computer and use it in GitHub Desktop.
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