Plugin Directory

Changeset 2191899


Ignore:
Timestamp:
11/13/2019 03:53:31 PM (6 years ago)
Author:
sach3932
Message:

JS File Updated

Location:
copy-code-to-clipboard
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • copy-code-to-clipboard/tags/1.1/js/copy_code_script.js

    r2191829 r2191899  
    2020      var copy_text_label_other_browser = 'Press "Ctrl + C" to copy';
    2121    }
    22     if (copy_button_text_color == '') {
    23       var copy_button_text_color = '#000000';
     22    if (copy_button_background == '') {
     23      var copy_button_background = '#000000';
    2424    }
    2525    if (copy_button_text_color == '') {
    26       var copy_text_label = '#ffffff';
     26      var copy_button_text_color = '#ffffff';
    2727    }
    2828   
  • copy-code-to-clipboard/trunk/js/copy_code_script.js

    r2191829 r2191899  
    2020      var copy_text_label_other_browser = 'Press "Ctrl + C" to copy';
    2121    }
    22     if (copy_button_text_color == '') {
    23       var copy_button_text_color = '#000000';
     22    if (copy_button_background == '') {
     23      var copy_button_background = '#000000';
    2424    }
    2525    if (copy_button_text_color == '') {
    26       var copy_text_label = '#ffffff';
     26      var copy_button_text_color = '#ffffff';
    2727    }
    2828   
Note: See TracChangeset for help on using the changeset viewer.