PATH:
home
/
thebhoeo
/
.trash
/
backwpup
/
vendor
/
inpsyde
/
backwpup-restore-shared
/
resources
/
js
/** * Restore Functions */ window.BWU = window.BWU || {}; window.BWU.Restore = window.BWU.Restore || {}; window.BWU.Restore.Functions = window.BWU.Restore.Functions || {}; ( function iife( BWU, $ ) { 'use strict'; BWU.Restore.Functions = { /** * Load Site * * @param {number} id The step to point to. * @param {string} nonce The value for the nonce. */ loadNextStep: function ( id, nonce ) { var search = 'step=' + id; location.replace( location.origin + location.pathname + '?' + search + '&page=backwpuprestore&backwpup_action_nonce=' + nonce ); }, /** * Calculate Percentage * * @param {number} index The current index of the file extracted. * @param {number} total The total count of files to extract. * * @returns {number} The percentage value */ calculatePercentage: function ( index, total ) { var value = index / total; return Math.round( value * 100 ); } }; }( window.BWU, window.jQuery ) );
[-] decrypter.js
[edit]
[-] database-restore.js
[edit]
[-] database.min.js
[edit]
[-] restore-functions.min.js
[edit]
[-] database.js
[edit]
[-] decompress.js
[edit]
[-] restore-functions.js
[edit]
[-] decompress.min.js
[edit]
[-] migrate.min.js
[edit]
[-] strategy.js
[edit]
[+]
..
[-] controller.js
[edit]
[-] download.js
[edit]
[-] files-restore.min.js
[edit]
[-] strategy.min.js
[edit]
[-] database-restore.min.js
[edit]
[-] controller.min.js
[edit]
[-] download.min.js
[edit]
[-] files-restore.js
[edit]
[-] migrate.js
[edit]
[-] decrypter.min.js
[edit]