mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-07-20 01:45:30 +00:00
Created language picker.
This commit is contained in:
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();
|
||||
};
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user