0byt3m1n1
Path:
/
var
/
www
/
clients
/
client38
/
web37
/
web
/
wp-content
/
plugins
/
wp-super-cache
/
inc
/
[
Home
]
File: preload-notification.js
jQuery( document ).ready( function () { load_preload_status(); setInterval( function () { load_preload_status(); }, 1000 ); } ); /** * */ function load_preload_status() { jQuery.get( { url: wpsc_preload_ajax.preload_permalink_url + '?' + Math.random(), success: function ( response ) { jQuery( '#preload_status' ).text( response ); }, } ); }