Version 21.97.3: Jun 07, 2022 Fixed bug in JavaScript when getting old timeline.

This commit is contained in:
acanas 2022-06-07 10:54:43 +02:00
parent e199aa6d5b
commit b18e33a3b5
3 changed files with 5 additions and 9 deletions

View File

@ -105,7 +105,8 @@ CC = gcc
# LIBS when using MariaDB (also valid with MySQL):
LIBS = -lssl -lcrypto -lpthread -lrt -lmysqlclient -lz -L/usr/lib64/mysql -lm -lgsoap
CFLAGS = -Wall -Wextra -mtune=native -O2 -s
# CFLAGS = -Wall -Wextra -mtune=native -O2 -s
CFLAGS = -Wall -Wextra -mtune=native -O2
all: swad_ca swad_de swad_en swad_es swad_fr swad_gn swad_it swad_pl swad_pt

View File

@ -1069,12 +1069,6 @@ function readOldTimelineData () {
var timeline = document.getElementById("timeline_list");
for (var i=0; i<countOldTimeline; i++)
timeline.appendChild(oldTimeline.firstChild);
// There may be more publications
// Unhide icon to be hidden on click
document.getElementById('get_old_timeline').style.display = '';
// Hide icon to be shown on click
document.getElementById('getting_old_timeline').style.display = 'none';
}
else // No old publications retrieved, so we have reached the oldest pub.
// Hide container with link to get old publications

View File

@ -606,10 +606,11 @@ TODO: Fix bug: error al enviar un mensaje a dos recipientes, error on duplicate
TODO: Attach pdf files in multimedia.
*/
#define Log_PLATFORM_VERSION "SWAD 21.97.2 (2022-06-02)"
#define Log_PLATFORM_VERSION "SWAD 21.97.3 (2022-06-03)"
#define CSS_FILE "swad21.97.1.css"
#define JS_FILE "swad21.92.js"
#define JS_FILE "swad21.97.3.js"
/*
Version 21.97.3: Jun 07, 2022 Fixed bug in JavaScript when getting old timeline. (323163 lines)
Version 21.97.2: Jun 02, 2022 Fixed bug in surveys. (323168 lines)
Version 21.97.1: May 30, 2022 Fixing design of dark theme. (323166 lines)
Version 21.97: May 25, 2022 Code refactoring in timeline. (? lines)