Make WordPress Core

Ticket #7435: hide-if-no-js.diff

File hide-if-no-js.diff, 499 bytes (added by caesarsgrunt, 16 years ago)

Fix the hide-if-no-js bug.

  • wp-admin/js/edit-comments.js

     
    200211                        .animate( { backgroundColor:"transparent" }, 600 );
    201212               
    202213                setCommentsList();
     214               
     215                // show things that should be visible, hide what should be hidden
     216                jQuery('.hide-if-no-js').removeClass('hide-if-no-js');
     217                jQuery('.hide-if-js').hide();
    203218        },
    204219
    205220        error : function(r) {