refactor: remove dead code

This commit is contained in:
Milan
2020-05-24 00:00:50 +02:00
parent a12bffde44
commit 41bd4be39a
5 changed files with 1 additions and 12 deletions

View File

@@ -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);
}