Improve page loads in the theme customizer by layering loading iframes. Automate refreshing, but debounce multiple refresh events to prevent hammering the server with requests. see #19910.

git-svn-id: https://develop.svn.wordpress.org/trunk@20031 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2012-02-29 01:17:21 +00:00
parent 1fd6d4bfd3
commit 78bf972b68
2 changed files with 70 additions and 7 deletions
-1
View File
@@ -69,7 +69,6 @@ do_action( 'customize_controls_print_scripts' );
<div id="customize-footer" class="customize-section">
<?php
submit_button( __( 'Refresh' ), 'secondary', 'refresh', false );
submit_button( __( 'Save' ), 'primary', 'save', false );
?>
</div>