Version 14.90.1

This commit is contained in:
Antonio Cañas Vargas 2015-03-13 14:19:18 +01:00
parent 6dad1bed3a
commit 620b757448
2 changed files with 4 additions and 3 deletions

View File

@ -103,11 +103,12 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 14.90 (2015/03/13)"
#define Log_PLATFORM_VERSION "SWAD 14.90.1 (2015/03/13)"
// Number of lines (includes comments but not blank lines) has been got with the following command:
// nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*.h sql/swad*.sql | tail -1
/*
Version 14.90.1: Mar 13, 2015 Fixed bug in form used to upload files. (181827 lines)
Version 14.90: Mar 13, 2015 Animated gif icon when calculating user's figures.
Changes in all submit links. (181826 lines)
Version 14.89.1: Mar 13, 2015 Optimization in database query for first click time. (181771 lines)

View File

@ -7728,9 +7728,9 @@ static void Brw_PutFormToUploadFilesUsingDropzone (const char *FileNameToShow)
fprintf (Gbl.F.Out,"<div class=\"dz-message\">"
"<span class=\"DAT_LIGHT\">%s</div>"
"</div>",
"</div>"
"</form>",
Txt_Select_one_or_more_files_from_your_computer_or_drag_and_drop_here);
Act_FormEnd ();
/***** Put button to refresh file browser after upload *****/
Act_FormStart (Brw_ActRefreshAfterUploadFiles[Gbl.FileBrowser.Type]);