These steps are based on solution from this thread.
#1. First, access Website > Pages

#2. Scroll down and click Custom Code > Code Injection

#3. You will see code like this.

#3.1. Find this
data-controller-folder-toggle

change it to this.
data-href
it will be
var langTypeFolder = $(this).attr('data-href').split("/")[0];

#3.2. Next, change number
0
to
1
