Created language picker.

This commit is contained in:
Pierre
2018-04-08 15:38:11 +02:00
parent 0c68a6c8e8
commit e4e23fa15c
5 changed files with 157 additions and 0 deletions

View File

@ -116,6 +116,9 @@ class Dev {
//Components stylesheets
//Menubar stylesheet
"css/components/menuBar.css",
//Language picker stylesheet
"css/components/languagePicker.css",
//Searchform stylesheet
"css/components/searchForm.css",
@ -214,6 +217,9 @@ class Dev {
//Bottom view
"js/components/bottom/main.js",
//Language picker
"js/components/languagePicker.js",
//Friends components
"js/components/friends/friendsList.js",