wok diff sane-backends/stuff/tazpanel/crop.js @ rev 24720
updated libassuan and libassuan-dev (2.5.3 -> 2.5.5)
author | Hans-Günter Theisgen |
---|---|
date | Tue Mar 15 08:04:34 2022 +0100 (2022-03-15) |
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 Tue Mar 15 08:04:34 2022 +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;