This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 7da45a1b7a86e96264b213a927c5fd8a9e2dc10c
Author: Mergebot <[email protected]>
AuthorDate: Wed Jan 17 18:50:07 2018 +0000

    Prepare repository for deployment.
---
 content/js/language-switch.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/js/language-switch.js b/content/js/language-switch.js
index d183f81..24ddba2 100644
--- a/content/js/language-switch.js
+++ b/content/js/language-switch.js
@@ -48,7 +48,7 @@ $(document).ready(function() {
                 var _self = this;
 
                 $("div"+_self.selector).each(function() {
-                    if ($(this).prev().is(_self.selector)) {
+                    if ($(this).prev().is("div"+_self.selector)) {
                         return;
                     }
                     $(this).before(_self.navHtml(_self.lookup($(this), [])));

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to