2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-27 09:10:51 +00:00

More fixes:

- Add "back to site" button on logout screen
- Add favicon to account pages
- Refactor notifications / alerts / caching
This commit is contained in:
Oliver
2021-11-04 09:59:56 +11:00
parent 4e7825df13
commit df30a85c03
10 changed files with 93 additions and 52 deletions

View File

@ -183,15 +183,13 @@ $(document).ready(function () {
inventreeDocReady();
showCachedAlerts();
{% if barcodes %}
$('#barcode-scan').click(function() {
barcodeScanDialog();
});
{% endif %}
moment.locale('{{request.LANGUAGE_CODE}}');
moment.locale('{{ request.LANGUAGE_CODE }}');
});
</script>