Skip to content

Commit 2f56caf

Browse files
pdjdevcodedust
authored andcommitted
Decode CurrentDirectory Title Text
1 parent bc6f7f3 commit 2f56caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ var app = function(){
4646

4747
// load the contents of the given directory
4848
function cd(dir) {
49-
current_dir = dir;
49+
current_dir = decodeURIComponent(dir);
5050

5151
location.hash = current_dir.replace(base_dir, '');
5252

0 commit comments

Comments
 (0)