From 2dfbdea833794c73d1f524a18ad28ca19a3f5c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Mon, 4 Nov 2019 23:59:04 +0100 Subject: [PATCH] Version19.51.23 --- swad_changelog.h | 7 ++++--- swad_form.c | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index 50a4af9d1..27d9111f6 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -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) diff --git a/swad_form.c b/swad_form.c index 0768c90b1..d202bb228 100644 --- a/swad_form.c +++ b/swad_form.c @@ -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: