Changeset 2191829
- Timestamp:
- 11/13/2019 02:51:21 PM (6 years ago)
- Location:
- copy-code-to-clipboard
- Files:
-
- 2 edited
-
tags/1.1/js/copy_code_script.js (modified) (1 diff)
-
trunk/js/copy_code_script.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
copy-code-to-clipboard/tags/1.1/js/copy_code_script.js
r2191453 r2191829 32 32 jQuery(this).wrap( '<div class="PreCodeWrapper"/>'); 33 33 jQuery(this).css( 'padding', '2.75rem' ); 34 jQuery(this).css( 'background-color', '#f6f6f6' );34 /* jQuery(this).css( 'background-color', '#f6f6f6' ); */ 35 35 36 36 }); -
copy-code-to-clipboard/trunk/js/copy_code_script.js
r2191455 r2191829 32 32 jQuery(this).wrap( '<div class="PreCodeWrapper"/>'); 33 33 jQuery(this).css( 'padding', '2.75rem' ); 34 jQuery(this).css( 'background-color', '#f6f6f6' );34 /* jQuery(this).css( 'background-color', '#f6f6f6' ); */ 35 35 36 36 });
Note: See TracChangeset
for help on using the changeset viewer.