|
|
|
|
@ -42,7 +42,7 @@ $(function() {
|
|
|
|
|
var current = dom.eq(star);
|
|
|
|
|
if (current.length) {
|
|
|
|
|
var file = current.find('.file').attr('title');
|
|
|
|
|
file = encodeURI(file);
|
|
|
|
|
//file = encodeURI(file);
|
|
|
|
|
current.find('.msg_wait').css('color','red').html('更新中');
|
|
|
|
|
$.ajax({
|
|
|
|
|
url : '<?php echo($cache_api);?>',
|
|
|
|
|
|