From 3f72d4a82945ead17e6dc07caad584cd99ede445 Mon Sep 17 00:00:00 2001 From: acanas Date: Sat, 11 Apr 2020 01:19:17 +0200 Subject: [PATCH] Version19.172.1 --- js/{swad19.153.js => swad19.172.1.js} | 12 ++++++++---- swad_changelog.h | 5 +++-- 2 files changed, 11 insertions(+), 6 deletions(-) rename js/{swad19.153.js => swad19.172.1.js} (99%) diff --git a/js/swad19.153.js b/js/swad19.172.1.js similarity index 99% rename from js/swad19.153.js rename to js/swad19.172.1.js index 4ed61d00a..f84446c1a 100644 --- a/js/swad19.153.js +++ b/js/swad19.172.1.js @@ -620,7 +620,8 @@ function readMatchTchData () { evalScriptsInElem (div); // Process mathematics; see http://docs.mathjax.org/en/latest/advanced/typeset.html - MathJax.Hub.Queue(["Typeset",MathJax.Hub,div]); + // MathJax.Hub.Queue(["Typeset",MathJax.Hub,div]); // old versions + MathJax.typeset(); } } @@ -729,7 +730,8 @@ function readNewTimelineData () { evalScriptsInElem (justNowTimeline); // Process mathematics; see http://docs.mathjax.org/en/latest/advanced/typeset.html - MathJax.Hub.Queue(["Typeset",MathJax.Hub,justNowTimeline]); + // MathJax.Hub.Queue(["Typeset",MathJax.Hub,justNowTimeline]); // old versions + 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 @@ -821,7 +823,8 @@ function readOldTimelineData () { evalScriptsInElem (oldTimeline); // Process mathematics; see http://docs.mathjax.org/en/latest/advanced/typeset.html - MathJax.Hub.Queue(["Typeset",MathJax.Hub,oldTimeline]); + // MathJax.Hub.Queue(["Typeset",MathJax.Hub,oldTimeline]); // old versions + MathJax.typeset(); // Move all the LI elements in UL 'old_timeline_list' to the bottom of UL 'timeline_list' var timeline = document.getElementById("timeline_list"); @@ -877,7 +880,8 @@ function updateDivHiddenComments (form,Params) { evalScriptsInElem (div); // Process mathematics; see http://docs.mathjax.org/en/latest/advanced/typeset.html - MathJax.Hub.Queue(["Typeset",MathJax.Hub,div]); + // MathJax.Hub.Queue(["Typeset",MathJax.Hub,div]); // old versions + MathJax.typeset(); } } } diff --git a/swad_changelog.h b/swad_changelog.h index 429c7d6cb..0eb4be329 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -497,9 +497,9 @@ enscript -2 --landscape --color --file-align=2 --highlight --line-numbers -o - * En OpenSWAD: ps2pdf source.ps destination.pdf */ -#define Log_PLATFORM_VERSION "SWAD 19.172 (2020-04-11)" +#define Log_PLATFORM_VERSION "SWAD 19.172.1 (2020-04-11)" #define CSS_FILE "swad19.146.css" -#define JS_FILE "swad19.153.js" +#define JS_FILE "swad19.172.1.js" /* * Call parameters: @@ -548,6 +548,7 @@ Funci // TODO: Oresti Baños: cambiar ojos por candados en descriptores para prohibir/permitir y dejar los ojos para poder elegir descriptores // TODO: Integrar pull requests con traducciones del alemán del usuario eruedin en GitHub + Version 19.172.1: Apr 11, 2020 Fix bug in MathJax. (? lines) Version 19.172: Apr 11, 2020 Code refactoring in timeline. (285139 lines) Version 19.171: Apr 10, 2020 Code refactoring in surveys. (285010 lines) Version 19.170: Apr 09, 2020 Code refactoring in projects. (284941 lines)