02-21-2020, 01:12 PM
(This post was last modified: 02-21-2020, 01:13 PM by aperfectpixel1973@gmail.com.
Edit Reason: more info
)
I got it to link to the proper images by changing the following code: (my-sites.php)
var currImg = base_url + '/themes/tes/images/icons/clone.png';
var newImg = base_url + '/themes/tes/images/loader5.gif';
to
var currImg = '/themes/tes/images/icons/clone.png';
var newImg = '/themes/tes/images/loader5.gif';
however, this just changes it to a spinning arrow icon and does nothing else, no cloning or deleting is happening
var currImg = base_url + '/themes/tes/images/icons/clone.png';
var newImg = base_url + '/themes/tes/images/loader5.gif';
to
var currImg = '/themes/tes/images/icons/clone.png';
var newImg = '/themes/tes/images/loader5.gif';
however, this just changes it to a spinning arrow icon and does nothing else, no cloning or deleting is happening