Version19.172.1

This commit is contained in:
acanas 2020-04-11 01:19:17 +02:00
parent 436222771a
commit 3f72d4a829
2 changed files with 11 additions and 6 deletions

View File

@ -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();
}
}
}

View File

@ -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)