item deletion: fix - little mistake in the templates

This commit is contained in:
rabuzarus 2016-05-11 17:07:38 +02:00
parent 676ac36d7d
commit ef1f68ea09
3 changed files with 2 additions and 5 deletions

View file

@ -441,6 +441,3 @@ String.prototype.rtrim = function() {
return trimmed;
};
function checkSelected() {
}