Fix some javascript things [skip ci]

This commit is contained in:
James Cole
2017-01-02 08:46:45 +01:00
parent 533797fc9e
commit b2030a72a0
3 changed files with 4 additions and 1 deletions

View File

@@ -70,6 +70,7 @@ function sortStop(event, ui) {
// animate something with color:
current.animate({backgroundColor: "#d9534f"}, 200, function () {
$(this).animate({backgroundColor: originalBG}, 200);
return undefined;
});
return false;