From ad3f6cb16ab684f6962b77c9ee07bc71f74b687f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 13 May 2011 13:02:46 +0200 Subject: [PATCH] Warning class is gone --- js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/functions.js b/js/functions.js index 3454a61d4..4d4f9c539 100644 --- a/js/functions.js +++ b/js/functions.js @@ -97,7 +97,7 @@ function PMA_current_version() { var message = $.sprintf(PMA_messages['strNewerVersion'], PMA_latest_version, PMA_latest_date); if (Math.floor(latest / 10000) == Math.floor(current / 10000)) { /* Security update */ - klass = 'warning'; + klass = 'error'; } else { klass = 'notice'; }