N°1053: Set the first day of the week on date/time picker to a language based setting

* Update moment.js
* Add locales to moment.js
* Align console & portal on the same moment.js library
This commit is contained in:
steffunky
2018-11-06 11:05:28 +01:00
parent e4619fbc0f
commit 00bd7583f7
20 changed files with 25 additions and 17 deletions

View File

@@ -104,7 +104,7 @@ class iTopWebPage extends NiceWebPage implements iTabbedPage
$this->add_linked_script('../js/jquery.mousewheel.js');
$this->add_linked_script('../js/jquery.magnific-popup.min.js');
$this->add_linked_script('../js/breadcrumb.js');
$this->add_linked_script('../js/moment.min.js');
$this->add_linked_script('../js/moment-with-locales.min.js');
$this->add_dict_entry('UI:FillAllMandatoryFields');