1.1.019 verzió kiadása
This commit is contained in:
@@ -29,7 +29,6 @@ function getFormAsNestedObject(formSelector) {
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
function showConfirmModal(options) {
|
||||
return new Promise(function (resolve) {
|
||||
// Alapértelmezett értékek
|
||||
@@ -72,7 +71,6 @@ function showConfirmModal(options) {
|
||||
modal.show();
|
||||
});
|
||||
}
|
||||
|
||||
function showConfirmModalWithMessage(options) {
|
||||
return new Promise(function (resolve) {
|
||||
// Alapértelmezett értékek
|
||||
@@ -127,7 +125,6 @@ function showConfirmModalWithMessage(options) {
|
||||
modal.show();
|
||||
});
|
||||
}
|
||||
|
||||
function showMessageModal(options) {
|
||||
// Alapértelmezett értékek
|
||||
var defaults = {
|
||||
@@ -296,6 +293,9 @@ function renderAnswerType(data) {
|
||||
if (data === 'P') {
|
||||
return '<div class="text-center"><i class="fas fa-camera fa-2x"></i></div>';
|
||||
}
|
||||
if (data === 'PN') {
|
||||
return '<div class="text-center"><i class="fas fa-camera fa-2x icon-green"></i></div>';
|
||||
}
|
||||
if (data === 'V') {
|
||||
return '<div class="text-center"><span class="border border-dark rounded p-1">0,00</span></div>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user