X7ROOT File Manager
Current Path:
/home/katmhsmi/public_html/wp-content/plugins/duplicator-pro/assets/js
home
/
katmhsmi
/
public_html
/
wp-content
/
plugins
/
duplicator-pro
/
assets
/
js
/
📁
..
📄
.htaccess
(420 B)
📄
dp-kick.js
(1.6 KB)
📁
duplicator
📄
duplicator-tooltip.js
(4.72 KB)
📁
formstone
📄
global-admin-script.js
(599 B)
📄
handlebars.min.js
(73.57 KB)
📄
import-installer.js
(1.01 KB)
📄
index.php
(16 B)
📄
javascript.php
(12.59 KB)
📁
jscookie
📁
jstree
📁
parsleyjs
📁
popper
📁
tippy
Editing: import-installer.js
/*! dup import installer */ (function ($) { DupProImportInstaller = { installerIframe: $('#dpro-pro-import-installer-iframe'), init: function () { DupProImportInstaller.installerIframe.on("load", function () { DupProImportInstaller.installerIframe.contents() .find('#page-step1') .on('click', '> .ui-dialog #db-install-dialog-confirm-button', function () { $('#dup-pro-import-installer-modal').removeClass('no-display'); }); }); }, resizeIframe: function () { let height = DupProImportInstaller.installerIframe.contents() .find('html').css('overflow', 'hidden') .outerHeight(true); console.log('height', height); DupProImportInstaller.installerIframe.css({ 'height': height + 'px' }) } } DupProImportInstaller.init(); DuplicatorTooltip.load(); })(jQuery);
Upload File
Create Folder