REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 846 B
Close
/home/nshryvcy/himaltourism.com/wp-content/plugins/jetpack/modules/widgets/google-translate/google-translate.js
Text
Base64
/* global google, _wp_google_translate_widget, module */ function googleTranslateElementInit() { var lang = 'en'; var langParam; var langRegex = /[?&#]lang=([a-zA-Z\-_]+)/; if ( typeof _wp_google_translate_widget === 'object' && typeof _wp_google_translate_widget.lang === 'string' ) { lang = _wp_google_translate_widget.lang; } langParam = window.location.href.match( langRegex ); if ( langParam ) { window.location.href = window.location.href.replace( langRegex, '' ).replace( /#googtrans\([a-zA-Z\-_|]+\)/, '' ) + '#googtrans(' + lang + '|' + langParam[ 1 ] + ')'; } new google.translate.TranslateElement( { pageLanguage: lang, layout: _wp_google_translate_widget.layout, autoDisplay: false, }, 'google_translate_element' ); } if ( module ) { module.exports = googleTranslateElementInit; }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 1
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
google-translate.js
846 B
lrw-r--r--
2023-04-04 05:35:20
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).