Version 15.224.3

This commit is contained in:
Antonio Cañas Vargas 2016-06-13 20:21:34 +02:00
parent d3c0891ade
commit 00df4de197
2 changed files with 2 additions and 3 deletions

View File

@ -545,7 +545,6 @@ a:hover /* Default ==> underlined */
.TAB_ON_YELLOW {background-color:rgba(255, 242, 189, 0.99);}
.TAB_OFF_WHITE {background-color:#D4D4D4;}
/*.TAB_OFF_GREY {background-color:#D4D4D4;}*/
.TAB_OFF_GREY {background-color:#AEA79F;}
.TAB_OFF_BLUE {background-color:#CAE1E8;}
.TAB_OFF_YELLOW {background-color:#FADE94;}

View File

@ -130,13 +130,13 @@
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 15.224.3 (2016-06-13)"
#define CSS_FILE "swad15.218.css"
#define CSS_FILE "swad15.224.3.css"
#define JS_FILE "swad15.216.js"
// 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 15.224.3: Jun 13, 2016 Fix bug while finding cell content in file of marks. (202267 lines)
Version 15.224.3: Jun 13, 2016 Fix bug while finding cell content in file of marks. (202266 lines)
Version 15.224.2: Jun 12, 2016 Info about number of files is moved to bottom of file browsers. (202266 lines)
Version 15.224.1: Jun 12, 2016 Change in layout of file browsers. (202266 lines)
Version 15.224: Jun 12, 2016 Now a user can unfollow users followed by him/her whose profile is not visible.