|
@@ -1,7 +1,7 @@
|
|
$(document).ready(function() {
|
|
$(document).ready(function() {
|
|
// mailcow alert box generator
|
|
// mailcow alert box generator
|
|
window.mailcow_alert_box = function(message, type) {
|
|
window.mailcow_alert_box = function(message, type) {
|
|
- msg = $('<span/>').text(escapeHtml(message)).text();
|
|
|
|
|
|
+ msg = $('<span/>').text(message).text();
|
|
if (type == 'danger' || type == 'info') {
|
|
if (type == 'danger' || type == 'info') {
|
|
auto_hide = 0;
|
|
auto_hide = 0;
|
|
$('#' + localStorage.getItem("add_modal")).modal('show');
|
|
$('#' + localStorage.getItem("add_modal")).modal('show');
|