diff --git a/public/static/kernel.js b/public/static/kernel.js index 38cffeef..bf23d7b6 100644 --- a/public/static/kernel.js +++ b/public/static/kernel.js @@ -12,7 +12,7 @@ $(document).ready(function() { }); function ajax_load_proc(wapper,url){ - wapper.load(encodeURI(url),function(respText,textSta,XML){ + wapper.load(encodeURI(url), {}, function(respText,textSta,XML){ if(textSta == 'error') wapper.html("Loading Failed
Go See"); });