Skip to content

Commit

Permalink
Merge commit '68cb91e'
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed Apr 4, 2015
2 parents 4608c36 + 68cb91e commit 46194cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/functions.js
Expand Up @@ -276,7 +276,8 @@ function PMA_current_version(data)
/* Security update */
htmlClass = 'error';
}
$('#maincontainer').after('<div class="' + htmlClass + '">' + message + '</div>');
$('#newer_version_notice').remove();
$('#maincontainer').after('<div id="newer_version_notice" class="' + htmlClass + '">' + message + '</div>');
}
if (latest === current) {
version_information_message = ' (' + PMA_messages.strUpToDate + ')';
Expand Down

0 comments on commit 46194cf

Please sign in to comment.