From 63183254c943c628dba1d062e11951be6a3cd2e2 Mon Sep 17 00:00:00 2001 From: Ella Iseulde Van Dorpe Date: Sun, 7 Jun 2015 09:03:03 +0000 Subject: [PATCH] Customizer: hide controls on test page Introduced in [30919]. See #32577 and #30701. git-svn-id: https://develop.svn.wordpress.org/trunk@32701 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/qunit/fixtures/customize-settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qunit/fixtures/customize-settings.js b/tests/qunit/fixtures/customize-settings.js index bc92c4c7b1..a1821c0b88 100644 --- a/tests/qunit/fixtures/customize-settings.js +++ b/tests/qunit/fixtures/customize-settings.js @@ -3,7 +3,7 @@ window.wp.customize = window.wp.customize || { get: function(){} }; var customizerRootElement; customizerRootElement = jQuery( '
' ); -customizerRootElement.css( { position: 'absolute', top: -1000 } ); // remove from view +customizerRootElement.css( { position: 'absolute', left: -1000 } ); // remove from view jQuery( document.body ).append( customizerRootElement ); window._wpCustomizeSettings = {