Changeset 8700 for trunk/wp-admin/js
- Timestamp:
- 08/21/08 06:42:19 (3 months ago)
- Files:
-
- trunk/wp-admin/js/common.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/js/common.js
r8691 r8700 3 3 jQuery('.fade').animate( { backgroundColor: '#ffffe0' }, 300).animate( { backgroundColor: '#fffbcc' }, 300).animate( { backgroundColor: '#ffffe0' }, 300).animate( { backgroundColor: '#fffbcc' }, 300); 4 4 5 // Reveal6 jQuery('.wp-no-js-hidden').removeClass( 'wp-no-js-hidden' );7 8 5 // show things that should be visible, hide what should be hidden 9 jQuery('.hide-if-no-js'). show();6 jQuery('.hide-if-no-js').removeClass('hide-if-no-js'); 10 7 jQuery('.hide-if-js').hide(); 11 8
