not encode

ct-mobile-first
LMR 5 years ago
parent 548166a6f7
commit a1166693e4

@ -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);?>',

Loading…
Cancel
Save