Various Javascript fixes.

This commit is contained in:
James Cole
2017-01-02 12:09:46 +01:00
parent 811026dc4a
commit 9352ee3e25
15 changed files with 31 additions and 238 deletions

View File

@@ -90,5 +90,6 @@ function sortStop(event, ui) {
current.animate({backgroundColor: "#5cb85c"}, 200, function () {
$(this).animate({backgroundColor: originalBG}, 200);
return undefined;
});
}