wok-current diff sane-backends/stuff/tazpanel/crop.js @ rev 23110

updated libtorrent and libtorrent-dev (0.13.7 -> 0.13.8)
author Hans-G?nter Theisgen
date Thu Mar 12 14:33:21 2020 +0100 (2020-03-12)
parents 140c18f428f0
children
line diff
     1.1 --- a/sane-backends/stuff/tazpanel/crop.js	Sat Jul 25 13:48:18 2015 +0200
     1.2 +++ b/sane-backends/stuff/tazpanel/crop.js	Thu Mar 12 14:33:21 2020 +0100
     1.3 @@ -31,7 +31,7 @@
     1.4  function cropCreateDragImg(id)
     1.5  {
     1.6  	var div = document.createElement('IMG');
     1.7 -	div.src = 'drag.gif';
     1.8 +	div.src = 'styles/default/images/drag.gif';
     1.9  	div.width = 12;
    1.10  	div.style.position = 'absolute';
    1.11  	div.style.cursor = div.id = id;