Plugin Directory

Changeset 1435913


Ignore:
Timestamp:
06/13/2016 03:10:56 PM (10 years ago)
Author:
getcopyfight
Message:

version 1.5.0

Location:
copyfight
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • copyfight/tags/1.5.0/_inc/js/copyfight.js

    r1435845 r1435913  
    7171                success: function(response) {
    7272                    if (response.length) {
    73                         console.log(response);
    7473                        $('#copyfight_copy').attr('type', 'text');
    7574                        $('#copyfight_copy').val(response);
  • copyfight/trunk/_inc/js/copyfight.js

    r1435845 r1435913  
    7171                success: function(response) {
    7272                    if (response.length) {
    73                         console.log(response);
    7473                        $('#copyfight_copy').attr('type', 'text');
    7574                        $('#copyfight_copy').val(response);
Note: See TracChangeset for help on using the changeset viewer.