Stupid typo. Fixed
This commit is contained in:
@@ -1743,7 +1743,7 @@ function PMA_ajaxInsertResponse(divisions_map) {
|
||||
function PMA_ajaxShowMessage(message, timeout) {
|
||||
|
||||
//Handle the case when a empty data.message is passed. We don't want the empty message
|
||||
if(message = '') {
|
||||
if(message == '') {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user