From ef2259e43dbe9ea5cf33d025958587dfab06f8df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Fri, 25 Dec 2020 06:05:35 +0100 Subject: [PATCH] Fixed link in mobile TOC --- web/script_2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/script_2.js b/web/script_2.js index 84ab187..571d3dc 100644 --- a/web/script_2.js +++ b/web/script_2.js @@ -31,7 +31,7 @@ const TOC_MOBILE = ' \'6. Advanced\': [Threading, Operator,\n' + ' Introspection,\n' + ' Metaprograming, Eval,\n' + - ' Coroutine],\n' + + ' Coroutine],\n' + ' \'7. Libraries\': [Progress_Bar, Plot, Table,\n' + ' Curses, Logging, Scraping,\n' + ' Web, Profile, NumPy,\n' +