From d7bb51b7a97a6135809099648b8f968ef7a52668 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 7 Mar 2013 18:00:26 +0000 Subject: [PATCH] Twenty Thirteen: RTL JS support, fix class selector, see #23550. git-svn-id: https://develop.svn.wordpress.org/trunk@23644 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentythirteen/js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentythirteen/js/functions.js b/wp-content/themes/twentythirteen/js/functions.js index 3ef5eb6caa..3d5d7a4edc 100644 --- a/wp-content/themes/twentythirteen/js/functions.js +++ b/wp-content/themes/twentythirteen/js/functions.js @@ -97,7 +97,7 @@ itemSelector: '.widget', columnWidth: columnWidth, gutterWidth: 20, - isRTL: body.is( 'rtl' ) ? true : false + isRTL: body.is( '.rtl' ) ? true : false } ); } } )( jQuery ); \ No newline at end of file