Removed 404 links and some other unused images
This commit is contained in:
parent
929af33260
commit
6122929461
5 changed files with 2 additions and 5 deletions
|
@ -430,7 +430,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
||||||
|
|
||||||
#myswatch { width: 100%; height: 100%; background: transparent;/*...initially*/ }
|
#myswatch { width: 100%; height: 100%; background: transparent;/*...initially*/ }
|
||||||
#mycolorpicker {
|
#mycolorpicker {
|
||||||
background: url(static/img/colorpicker.gif) no-repeat left top;
|
background: url(../img/colorpicker.gif) no-repeat left top;
|
||||||
width: 232px; height: 140px;
|
width: 232px; height: 140px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -240px; top: 0px; z-index: 101;
|
left: -240px; top: 0px; z-index: 101;
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 6.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 85 B |
|
@ -529,10 +529,7 @@ var pad = {
|
||||||
},
|
},
|
||||||
preloadImages: function() {
|
preloadImages: function() {
|
||||||
var images = [
|
var images = [
|
||||||
'static/img/feedbackbox2.gif',
|
'../static/img/colorpicker.gif'
|
||||||
'static/img/sharebox4.gif',
|
|
||||||
'static/img/sharedistri.gif',
|
|
||||||
'static/img/colorpicker.gif',
|
|
||||||
];
|
];
|
||||||
function loadNextImage() {
|
function loadNextImage() {
|
||||||
if (images.length == 0) {
|
if (images.length == 0) {
|
||||||
|
|
Loading…
Reference in a new issue