not encode

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

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

Loading…
Cancel
Save