Fixed issue due to which the notifications div was visible even after clearing the message
This commit is contained in:
@@ -1742,6 +1742,11 @@ function PMA_ajaxInsertResponse(divisions_map) {
|
|||||||
|
|
||||||
function PMA_ajaxShowMessage(message, timeout) {
|
function PMA_ajaxShowMessage(message, timeout) {
|
||||||
|
|
||||||
|
//Handle the case when a empty data.message is passed. We don't want the empty message
|
||||||
|
if(message = '') {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
if(!message) {
|
if(!message) {
|
||||||
var msg = PMA_messages['strLoading'];
|
var msg = PMA_messages['strLoading'];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user