first commit
This commit is contained in:
13
modules/weglot/views/js/front-weglot.js
Normal file
13
modules/weglot/views/js/front-weglot.js
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* 2019-2020 MDWeb
|
||||
*
|
||||
* @author MDWeb
|
||||
* @copyright 22019-2020 MDWeb
|
||||
* @license Commercial
|
||||
*/
|
||||
|
||||
$(document).ready(function (){
|
||||
Weglot.initialize({
|
||||
api_key: weglotKey
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user