diff --git a/js/swad20.6.2.js b/js/swad20.69.js similarity index 98% rename from js/swad20.6.2.js rename to js/swad20.69.js index 9b0c36c5..e0369b1a 100644 --- a/js/swad20.6.2.js +++ b/js/swad20.69.js @@ -924,8 +924,8 @@ function readNewTimelineData () { if (justNowTimeline) { justNowTimeline.innerHTML = objXMLHttpReqNewTL.responseText; // Update list of publications in just now timeline - var countJustNowTimeline = justNowTimeline.childNodes.length; - if (countJustNowTimeline) { // New pubs just retrieved + var numNotesJustGot = justNowTimeline.childNodes.length; + if (numNotesJustGot) { // New notes just received // Scripts in timeline got via AJAX are not executed ==> execute them evalScriptsInElem (justNowTimeline); @@ -934,10 +934,10 @@ function readNewTimelineData () { MathJax.typeset(); // Move just received timeline to top of new timeline - var newTimeline = document.getElementById('new_timeline_list'); // Access to UL with the new timeline - - // Move all the LI elements in UL 'just_now_timeline_list' to the top of UL 'new_timeline_list' - for (var i=0; iPubType), Pub->PublisherCod);