Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
fix remove in right now widget, issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
bueltge committed Feb 11, 2013
1 parent fdc920d commit 63ce3f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions remove-comments-absolute.php
Expand Up @@ -221,8 +221,7 @@ public function remove_comments_areas() {
<script type="text/javascript">
//<![CDATA[
jQuery(document).ready( function($) {
$( 'div.table_discussion' ).remove();
$( 'div.musubtable' ).remove();
$( 'div.table_discussion:first' ).remove();
});
//]]>
</script>
Expand Down

0 comments on commit 63ce3f8

Please sign in to comment.