|
|
@ -51,6 +51,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");
|
|
|
|
var successCallBack = function (response) {
|
|
|
|
var successCallBack = function (response) {
|
|
|
|