|
|
@ -76,6 +76,7 @@ function submitForm(formId) {
|
|
|
|
var defaultStatusClasses = "fw fw-stack-1x";
|
|
|
|
var defaultStatusClasses = "fw fw-stack-1x";
|
|
|
|
var content = $("#operation-response-template").find(".content");
|
|
|
|
var content = $("#operation-response-template").find(".content");
|
|
|
|
var title = content.find("#title");
|
|
|
|
var title = content.find("#title");
|
|
|
|
|
|
|
|
title.attr("class","center-block text-center");
|
|
|
|
var statusIcon = content.find("#status-icon");
|
|
|
|
var statusIcon = content.find("#status-icon");
|
|
|
|
var description = content.find("#description");
|
|
|
|
var description = content.find("#description");
|
|
|
|
description.html("");
|
|
|
|
description.html("");
|
|
|
|