From d6c393dede6ddad8de0430e9124f582d7aa7d13d Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 16 Dec 2015 06:36:20 +0100 Subject: [PATCH] use div.splash instead of calling noty() for message of missing translations --- views/bootstrap/class.Bootstrap.php | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index bc61def43..3fe81307a 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -148,18 +148,7 @@ $(document).ready(function () { echo "".$key."".$LANG['en_GB'][$key]."
Submit
"; } echo ""; -?> - -There are missing translations on this page!
Please check the bottom of the page.\n"; } } /* }}} */