From 71936e9e83a0592a9f3123eab1841f8c0c990d02 Mon Sep 17 00:00:00 2001 From: Ken Hawkins <khawkins98@gmail.com> Date: Mon, 21 May 2018 11:09:28 +0100 Subject: [PATCH] Improve warning message --- .../script/5_ebiFrameworkNotificationBanner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ebi-global-includes/script/5_ebiFrameworkNotificationBanner.js b/js/ebi-global-includes/script/5_ebiFrameworkNotificationBanner.js index 447a310b..dc211f8e 100644 --- a/js/ebi-global-includes/script/5_ebiFrameworkNotificationBanner.js +++ b/js/ebi-global-includes/script/5_ebiFrameworkNotificationBanner.js @@ -97,7 +97,7 @@ function ebiFrameworkRunDataProtectionBanner(targetedFrameworkVersion) { document.body.style.paddingTop = 0; break; default: - console.warn('You should specify the targeted FrameworkVersion'); + console.warn('You should specify the targeted FrameworkVersion (allowed values: 1.1, 1.2, 1.3, compliance). You sent: ' + targetedFrameworkVersion); } -- GitLab