0.0.88
This commit is contained in:
11
static/js/global_js.js
Normal file
11
static/js/global_js.js
Normal file
@@ -0,0 +1,11 @@
|
||||
$(document).ready(function (){
|
||||
getNewMessageSession()
|
||||
})
|
||||
|
||||
function getNewMessageSession (){
|
||||
let new_message = JSON.parse(
|
||||
sessionStorage.getItem('user_alerts')
|
||||
)
|
||||
return new_message
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user