Changeset 2191899
- Timestamp:
- 11/13/2019 03:53:31 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
r2191829 r2191899 20 20 var copy_text_label_other_browser = 'Press "Ctrl + C" to copy'; 21 21 } 22 if (copy_button_ text_color== '') {23 var copy_button_ text_color= '#000000';22 if (copy_button_background == '') { 23 var copy_button_background = '#000000'; 24 24 } 25 25 if (copy_button_text_color == '') { 26 var copy_ text_label= '#ffffff';26 var copy_button_text_color = '#ffffff'; 27 27 } 28 28 -
copy-code-to-clipboard/trunk/js/copy_code_script.js
r2191829 r2191899 20 20 var copy_text_label_other_browser = 'Press "Ctrl + C" to copy'; 21 21 } 22 if (copy_button_ text_color== '') {23 var copy_button_ text_color= '#000000';22 if (copy_button_background == '') { 23 var copy_button_background = '#000000'; 24 24 } 25 25 if (copy_button_text_color == '') { 26 var copy_ text_label= '#ffffff';26 var copy_button_text_color = '#ffffff'; 27 27 } 28 28
Note: See TracChangeset
for help on using the changeset viewer.