From cb24247eaff3589972745853196f5f8638b15359 Mon Sep 17 00:00:00 2001 From: Ulrich Hilger <hilgeru@int.root.msg.ag> Date: Fri, 26 Jan 2018 13:00:00 +0000 Subject: [PATCH] .. --- app.js | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 9073b85..6839ef2 100644 --- a/app.js +++ b/app.js @@ -236,7 +236,9 @@ app_menue_umschalten(); } function app_abspieler_bearbeiten() { - app_dialog_laden_und_zeigen(templateCache[TPL_DLG_ABSPIELER_EDIT_FORM], ''); + var abspieler = app_get_abspiel_ziel(); + app_dialog_zeigen(templateCache[TPL_DLG_ABSPIELER_EDIT_FORM], abspieler); + //app_dialog_laden_und_zeigen(templateCache[TPL_DLG_ABSPIELER_EDIT_FORM], ''); $('#abspieler-speichern').on('click', function() { $('#abspieler-speichern').off('click'); @@ -330,7 +332,7 @@ msgTpl - eine Vorlage mit einem Mitteilungstext (optional) */ function app_dialog_laden_und_zeigen(vorlage, msgTpl) { - if(adresse !== '') { + if(msgTpl !== '') { $.ajax({ url: msgTpl, type: "GET", -- Gitblit v1.9.3