Initial deployment

This commit is contained in:
2016-10-20 10:04:28 -04:00
parent fdc34c4ef7
commit 5fd0577529
34 changed files with 9078 additions and 3614 deletions
@@ -95,10 +95,13 @@
function importFile(file) {
return Upload.upload({
url: "/api/Import",
method: 'POST',
data: { file: file}
});
url: "/api/Import",
method: 'POST',
data: { file: file }
})
.success(function() {
loadInventories();
});
}
function isShredReady(inventory) {