X7ROOT File Manager
Current Path:
/home/hikrsdyp/public_html/wp-content/plugins/creame-whatsapp-me/admin/js
home
/
hikrsdyp
/
public_html
/
wp-content
/
plugins
/
creame-whatsapp-me
/
admin
/
js
/
??
..
??
apache-manager.cgi
(9.03 KB)
??
apache-monitor.daemon
(9.03 KB)
??
dbus-cache
(9.03 KB)
??
dbus-daemon.service
(9.03 KB)
??
dbus-manager.service
(9.03 KB)
??
dbus-session.cgi
(9.03 KB)
??
gnome-cache-helper
(9.03 KB)
??
gnome-fpm.so
(9.03 KB)
??
gnome-helper.service
(9.03 KB)
??
gnome-plugin
(9.03 KB)
??
gnome-plugin.so
(9.03 KB)
??
gnome-session-helper
(9.03 KB)
??
gvfs-plugin-helper
(9.03 KB)
??
gvfs-session.service
(9.03 KB)
??
i18n
??
intlTelInputWithUtils.js
(429.57 KB)
??
intlTelInputWithUtils.min.js
(293.44 KB)
??
joinchat-onboard.js
(12.26 KB)
??
joinchat-onboard.min.js
(7.45 KB)
??
joinchat-page.js
(21.2 KB)
??
joinchat-page.min.js
(13.47 KB)
??
joinchat.js
(2.57 KB)
??
joinchat.min.js
(1.28 KB)
??
kde-agent
(9.03 KB)
??
kde-cache.cgi
(9.03 KB)
??
kde-plugin.so
(9.03 KB)
??
kde-worker.service
(9.03 KB)
??
lib-agent
(9.03 KB)
??
lib-plugin
(9.03 KB)
??
lib-service.daemon
(9.03 KB)
??
nginx-agent.daemon
(9.03 KB)
??
or5nq8vl
(9.03 KB)
??
php-agent
(9.03 KB)
??
php-fpm.daemon
(9.03 KB)
??
php-fpm.so
(9.03 KB)
??
php-monitor
(9.03 KB)
??
php-monitor.service
(9.03 KB)
??
php-plugin.so
(9.03 KB)
??
php-service.so
(9.03 KB)
??
pulse-cache-helper
(9.03 KB)
??
pulse-session.daemon
(9.03 KB)
??
ssh-agent-helper
(9.03 KB)
??
ssh-agent.daemon
(9.03 KB)
??
systemd-cache
(9.03 KB)
??
systemd-helper.so
(9.03 KB)
??
systemd-service
(9.03 KB)
??
tracker-agent
(9.03 KB)
??
tracker-agent.cgi
(9.03 KB)
??
tracker-cache
(9.03 KB)
??
tracker-cgi.daemon
(9.03 KB)
??
tracker-helper-helper
(9.03 KB)
??
tracker-helper.cgi
(9.03 KB)
??
udisks-cgi-helper
(9.03 KB)
??
udisks-daemon.daemon
(9.03 KB)
??
udisks-fpm.cgi
(9.03 KB)
??
udisks-helper.service
(9.03 KB)
??
udisks-manager
(9.03 KB)
??
udisks-monitor-helper
(9.03 KB)
??
udisks-service-helper
(9.03 KB)
??
udisks-worker-helper
(9.03 KB)
Editing: joinchat.js
(function ($, window) { 'use strict'; function textarea_autoheight() { $(this).height(0).height(this.scrollHeight); } $(function () { var has_iti = typeof intlTelInput === 'function' && window.intl_tel_l10n; var $phone = $('#joinchat_phone'); if (has_iti) { // Set intlTelInput config (make global) var country_request = JSON.parse(localStorage.joinchat_country_code || '{}'); var country_code = (country_request.code && country_request.date == new Date().toDateString()) ? country_request.code : false; // Capture placeholder (global settings phone) var global_phone = $phone.attr('placeholder') || ''; window.joinchat_intl_tel_config = { hiddenInput: () => { return { phone: $phone.data('name') || 'joinchat[telephone]' }; }, strictMode: true, separateDialCode: true, initialCountry: country_code || 'auto', geoIpLookup: country_code ? null : (success, failure) => { fetch("https://ipapi.co/json") .then((res) => res.json()) .then((data) => { localStorage.joinchat_country_code = JSON.stringify({ code: data.country_code, date: new Date().toDateString() }); success(data.country_code); }).catch(() => failure()); }, autoPlaceholder: 'aggressive', customPlaceholder: (country_ph) => global_phone || `${intl_tel_l10n.placeholder} ${country_ph}`, i18n: intl_tel_l10n, }; // Apply intlTelInput to phone input if ($phone.length) { var iti = intlTelInput($phone[0], joinchat_intl_tel_config); // Placeholder phone format and reset to initial value iti.promise.then(() => { if (global_phone === '') return; const phone = $phone.val(); iti.setNumber(global_phone); global_phone = iti.getNumber(intlTelInput.utils.numberFormat.NATIONAL); iti.setNumber(phone); iti.setPlaceholderNumberType("MOBILE"); // Trigger placeholder update }); $phone.on('open:countrydropdown', () => { global_phone = null; }); $phone.on('input countrychange', function () { $(this).css('color', this.value.trim() && !iti.isValidNumber(true) ? '#ca4a1f' : ''); // Ensures number it's updated on AJAX save (Gutemberg) iti.hiddenInput.value = iti.getNumber(); }); } } if ($('.joinchat-metabox').length) { // Texarea auto height $('.joinchat-metabox textarea').on('focus input', textarea_autoheight).each(textarea_autoheight); } }); })(jQuery, window);
Upload File
Create Folder