Files
newwalls.pl/modules/weglot/views/js/front-weglot.js
2024-12-17 13:43:22 +01:00

14 lines
201 B
JavaScript

/*
* 2019-2020 MDWeb
*
* @author MDWeb
* @copyright 22019-2020 MDWeb
* @license Commercial
*/
$(document).ready(function (){
Weglot.initialize({
api_key: weglotKey
});
});