mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
Notifications work through page-reload / page-redirect
- Uses session storage
This commit is contained in:
@ -76,6 +76,8 @@ $(document).ready(function () {
|
||||
|
||||
{% endblock %}
|
||||
|
||||
showCachedAlerts();
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
<div class='notification-area'>
|
||||
<div class="alert alert-success alert-dismissable" id="alert-success">
|
||||
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
|
||||
<div class='alert-msg'>Success alert</div>
|
||||
@ -14,3 +15,4 @@
|
||||
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
|
||||
<div class='alert-msg'>Danger alert</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user