fix search for i.e.

This commit is contained in:
Matthew K. Fu JuYuan 2012-08-09 18:35:57 +08:00
parent 2d2172752f
commit 9e1e33798c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ $(document).ready(function() {
});
function ajax_load_proc(wapper,url){
wapper.load(url,function(respText,textSta,XML){
wapper.load(encodeURI(url),function(respText,textSta,XML){
if(textSta == 'error')
wapper.html("Loading Failed<br/> <a href='"+$(this).attr('path')+"'>Go See</a>");
});