refactor: remove dead code
This commit is contained in:
@@ -86,13 +86,8 @@ function updateContainer(id, url, callback){
|
||||
|
||||
function load(url){
|
||||
window.location=url;
|
||||
//window.location.replace(url);
|
||||
//document.location.href=url;
|
||||
//$(window).load(url);
|
||||
//$('html').load(url);
|
||||
}
|
||||
|
||||
|
||||
function postContainer(url, parameters, callback){
|
||||
if (url!='') $.post(url, parameters, callback);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user