fix search for i.e.
This commit is contained in:
parent
2d2172752f
commit
9e1e33798c
|
@ -12,7 +12,7 @@ $(document).ready(function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
function ajax_load_proc(wapper,url){
|
function ajax_load_proc(wapper,url){
|
||||||
wapper.load(url,function(respText,textSta,XML){
|
wapper.load(encodeURI(url),function(respText,textSta,XML){
|
||||||
if(textSta == 'error')
|
if(textSta == 'error')
|
||||||
wapper.html("Loading Failed<br/> <a href='"+$(this).attr('path')+"'>Go See</a>");
|
wapper.html("Loading Failed<br/> <a href='"+$(this).attr('path')+"'>Go See</a>");
|
||||||
});
|
});
|
||||||
|
|
Reference in New Issue