Commit aeef1353 by doszhang

dos

parent 8a4e3ff3
...@@ -27,10 +27,16 @@ function preloadimages(obj, complete_cb, progress_cb) { ...@@ -27,10 +27,16 @@ function preloadimages(obj, complete_cb, progress_cb) {
} }
} }
var picUrl = window.base_resource_url + '/images/'; var picUrl = window.base_resource_url + '/image2/';
var preloadImageList = [ var preloadImageList = [
// picUrl + 'share.png', // picUrl + 'share.png',
picUrl + 'colorbar-red.png',
picUrl + 'colorbar-yellow.png',
picUrl + 'colorbar-lightgreen.png',
picUrl + 'colorbar-darkgreen.png',
picUrl + 'colorbar-blue.png',
picUrl + 'colorbar-purple.png',
]; ];
if ($('div').length > 0) { if ($('div').length > 0) {
$.each($('div'), function (index, val) { $.each($('div'), function (index, val) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment