forked from Alex/Pterodactyl-Panel
9 lines
429 B
JavaScript
9 lines
429 B
JavaScript
window.PHRASEAPP_CONFIG = {
|
|
projectId: '94f8b39450cd749ae9c3cc0ab8cdb61d'
|
|
};
|
|
(function() {
|
|
var phraseapp = document.createElement('script'); phraseapp.type = 'text/javascript'; phraseapp.async = true;
|
|
phraseapp.src = ['https://', 'phraseapp.com/assets/in-context-editor/2.0/app.js?', new Date().getTime()].join('');
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(phraseapp, s);
|
|
})();
|