diff --git a/application/views/cache/update.php b/application/views/cache/update.php index de846dc5..59785963 100644 --- a/application/views/cache/update.php +++ b/application/views/cache/update.php @@ -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 : '',