added alert classes and supporting functions
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
$(document).ready(function() {
|
||||
|
||||
var $application = "ATLHOUSINGREPORT",
|
||||
var $application = $("#APPLICATION_MNEMONIC").val(),
|
||||
$sessionStorage = JSON.parse(sessionStorage.getItem($application) || "{}");
|
||||
|
||||
// --------------------------------
|
||||
|
||||
Reference in New Issue
Block a user