1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

Code cleanup

This commit is contained in:
Cameron
2015-02-15 02:37:36 -08:00
parent 5be1cbe67f
commit 027a74f5b0
55 changed files with 211 additions and 174 deletions

View File

@@ -718,7 +718,7 @@ $(document).ready(function()
success: function(data)
{
// console.log(data);
$("#"+target).html(data).hide().show("slow");;
$("#"+target).html(data).hide().show("slow");
}
});
@@ -821,7 +821,7 @@ $(document).ready(function()
idt = $(e).next("div");
$(idt).toggle("slow");
return false;;
return false;
}
var id = "#" + e;
@@ -829,7 +829,7 @@ $(document).ready(function()
$(id).toggle("slow");
return false;
};
}
var addinput = function(text,rep) {
@@ -1172,7 +1172,7 @@ function sendInfo(handler, container, form)
success: function(data)
{
// console.log(data);
$("#"+container).html(data).hide().show("slow");;
$("#"+container).html(data).hide().show("slow");
}
});