From f88906e12de943392da66f38d5392f8728833a0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Thu, 22 Oct 2020 15:22:54 +0200 Subject: [PATCH] Mobile TOC --- web/script_2.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/script_2.js b/web/script_2.js index 239c457..84ab187 100644 --- a/web/script_2.js +++ b/web/script_2.js @@ -7,7 +7,7 @@ const TOC = ' \'5. Data\': [JSON, Pickle, CSV, SQLite, Bytes, Struct, Array, Memory_View, Deque],\n' + ' \'6. Advanced\': [Threading, Operator, Introspection, Metaprograming, Eval, Coroutine],\n' + ' \'7. Libraries\': [Progress_Bar, Plot, Table, Curses, Logging, Scraping, Web, Profile,\n' + - ' NumPy, Image, Audio, Games, Data, Cython]\n' + + ' NumPy, Image, Audio, Games, Data, GUI]\n' + '}\n'; const TOC_MOBILE = @@ -36,7 +36,7 @@ const TOC_MOBILE = ' Curses, Logging, Scraping,\n' + ' Web, Profile, NumPy,\n' + ' Image, Audio, Games, Data,\n' + - ' Cython]\n' + + ' GUI]\n' + '}\n';