2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 13:56:30 +00:00

Notifications work through page-reload / page-redirect

- Uses session storage
This commit is contained in:
Oliver
2018-04-29 23:47:16 +10:00
parent b6665ec2a7
commit e62bf92bd6
3 changed files with 33 additions and 0 deletions

View File

@ -76,6 +76,8 @@ $(document).ready(function () {
{% endblock %}
showCachedAlerts();
});
</script>