From 4ab5b72d0a7b034525d8a85e0d3ae5c1b43df480 Mon Sep 17 00:00:00 2001 From: Guy Lunardi Date: Fri, 12 Apr 2019 22:08:15 -0400 Subject: Fix nav dropdown for mobile view Inspired by a change in https://github.com/apache/cordova-docs. There appears to be more fixes there. --- site/_includes/toc_recursive_dropdown.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/_includes') diff --git a/site/_includes/toc_recursive_dropdown.html b/site/_includes/toc_recursive_dropdown.html index b0983e1..2228c7e 100644 --- a/site/_includes/toc_recursive_dropdown.html +++ b/site/_includes/toc_recursive_dropdown.html @@ -8,6 +8,6 @@ {% endif %} {% if entry.children %} -{% include toc_recursive_dropdown.html entries=entry.children my_entry=include.my_entry version_root=version_root %} +{% include toc_recursive_dropdown.html entries=entry.children my_entry=include.my_entry version_root=include.version_root %} {% endif %} {% endfor %} -- cgit