Initial deployment
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user