From 98c715874527ef6c96b346da180e7fb323c20148 Mon Sep 17 00:00:00 2001
From: ulrich <undisclosed>
Date: Fri, 26 Jan 2018 08:05:18 +0000
Subject: [PATCH] ..
---
app.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/app.js b/app.js
index 9073b85..28a5916 100644
--- a/app.js
+++ b/app.js
@@ -330,7 +330,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