Version19.51.23

This commit is contained in:
Antonio Cañas Vargas 2019-11-04 23:59:04 +01:00
parent d944444cd2
commit 2dfbdea833
2 changed files with 5 additions and 4 deletions

View File

@ -490,7 +490,7 @@ enscript -2 --landscape --color --file-align=2 --highlight --line-numbers -o - *
En OpenSWAD:
ps2pdf source.ps destination.pdf
*/
#define Log_PLATFORM_VERSION "SWAD 19.51.22 (2019-11-04)"
#define Log_PLATFORM_VERSION "SWAD 19.51.23 (2019-11-04)"
#define CSS_FILE "swad19.47.css"
#define JS_FILE "swad19.39.js"
/*
@ -498,9 +498,10 @@ ps2pdf source.ps destination.pdf
// TODO: Impedir la creación y edición de proyectos si no son editables.
// TODO: Importante: filtrar proyectos por usuarios (igual que en trabajos o en asistencia)
Version 19.51.22: Nov 04, 2019 Fixed bug in indicators. (? lines)
Version 19.51.23: Nov 04, 2019 Fixed bug in forms. (245907 lines)
Version 19.51.22: Nov 04, 2019 Fixed bug in indicators. (245906 lines)
Version 19.51.21: Nov 04, 2019 Fixed bug in multiple parameter. (245905 lines)
Version 19.51.20: Nov 04, 2019 Fixed bug expanding/contracting folders in Microsoft Edge, reported by Mancia Anguita López. (245905 lines)
Version 19.51.20: Nov 04, 2019 Fixing bugs. (245905 lines)
Version 19.51.19: Nov 04, 2019 Code refactoring in HTML inputs. (245904 lines)
Version 19.51.18: Nov 04, 2019 Code refactoring in HTML inputs. (245912 lines)
Version 19.51.17: Nov 04, 2019 Code refactoring in HTML inputs. (245887 lines)

View File

@ -134,7 +134,7 @@ static void Frm_StartFormInternal (Act_Action_t NextAction,bool PutParameterLoca
fprintf (Gbl.F.Out,"\" id=\"%s\"",Id);
if (OnSubmit)
if (OnSubmit[0])
fprintf (Gbl.F.Out," onsubmit=\"%s;return false;\"",OnSubmit);
fprintf (Gbl.F.Out," onsubmit=\"%s;\"",OnSubmit);
switch (Act_GetBrowserTab (NextAction))
{
case Act_BRW_NEW_TAB: