not allowing double file metadata to be added to avoid query problems.

This commit is contained in:
Naomi 2013-08-22 14:15:40 -04:00
parent 17abb4ad9a
commit fa6de28bcf
2 changed files with 13 additions and 2 deletions

View file

@ -89,7 +89,8 @@ var AIRTIME = (function(AIRTIME) {
required: false
};
addField(config);
addField(config);
$li.remove();
});
$templateList.sortable();