Changeset 1435913
- Timestamp:
- 06/13/2016 03:10:56 PM (10 years ago)
- Location:
- copyfight
- Files:
-
- 2 edited
-
tags/1.5.0/_inc/js/copyfight.js (modified) (1 diff)
-
trunk/_inc/js/copyfight.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
copyfight/tags/1.5.0/_inc/js/copyfight.js
r1435845 r1435913 71 71 success: function(response) { 72 72 if (response.length) { 73 console.log(response);74 73 $('#copyfight_copy').attr('type', 'text'); 75 74 $('#copyfight_copy').val(response); -
copyfight/trunk/_inc/js/copyfight.js
r1435845 r1435913 71 71 success: function(response) { 72 72 if (response.length) { 73 console.log(response);74 73 $('#copyfight_copy').attr('type', 'text'); 75 74 $('#copyfight_copy').val(response);
Note: See TracChangeset
for help on using the changeset viewer.