Skip to content

Commit

Permalink
Merge commit '7bd12ad'
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed Feb 18, 2014
2 parents 6941905 + 7bd12ad commit f2baed5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion js/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,12 @@ function loadChildNodes($expandElem, callback) {
if (callback && typeof callback == 'function') {
callback(data);
}
} else {
var $throbber = $expandElem.find('img.throbber');
$throbber.hide();
$icon = $expandElem.find('img.ic_b_plus');
$icon.show();
PMA_ajaxShowMessage(data.error, false);
}
});
}
Expand Down Expand Up @@ -1232,4 +1238,4 @@ function PMA_showFullName($containerELem) {
$fullNameLayer.html($this.clone());
}
});
}
}

0 comments on commit f2baed5

Please sign in to comment.