cdm: don't try to load content which is already there
This commit is contained in:
+9
-3
@@ -2001,12 +2001,16 @@ function cdmExpandArticle(id) {
|
||||
elem = $("CICD-" + id);
|
||||
|
||||
if (!Element.visible(elem)) {
|
||||
$("FUPDPIC-" + id).src = "images/indicator_tiny.gif";
|
||||
$("CWRAP-" + id).innerHTML = "<div class=\"insensitive\">" +
|
||||
__("Loading, please wait...") + "</div>";
|
||||
Element.show(elem);
|
||||
Element.hide("CEXC-" + id);
|
||||
|
||||
if ($("CWRAP-" + id).innerHTML == "") {
|
||||
|
||||
$("FUPDPIC-" + id).src = "images/indicator_tiny.gif";
|
||||
|
||||
$("CWRAP-" + id).innerHTML = "<div class=\"insensitive\">" +
|
||||
__("Loading, please wait...") + "</div>";
|
||||
|
||||
var query = "?op=rpc&subop=cdmGetArticle&id=" + param_escape(id);
|
||||
|
||||
//console.log(query);
|
||||
@@ -2028,6 +2032,8 @@ function cdmExpandArticle(id) {
|
||||
|
||||
}
|
||||
}});
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
var new_offset = $("RROW-" + id).offsetTop;
|
||||
|
||||
Reference in New Issue
Block a user