mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Removed extra comments
This commit is contained in:
parent
dcd8e800b1
commit
7305169b79
|
@ -167,10 +167,7 @@
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
error: function (data) {
|
error: function (data) {
|
||||||
// AssetRequest Validator will flash all errors to session, this just refreshes to see them.
|
|
||||||
window.location.reload(true);
|
window.location.reload(true);
|
||||||
// console.log(JSON.stringify(data));
|
|
||||||
// console.log('error submitting');
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue