1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-07-20 01:45:30 +00:00

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
assets
system/config

@@ -49,6 +49,9 @@ ComunicWeb.components.bottom.main = {
type: "a",
innerHTML: "<i class='fa fa-globe'></i> Language"
});
langLink.onclick = function(){
ComunicWeb.components.langPicker.show();
};
}
}