Skip to content

Commit e70ee10

Browse files
committed
Github.io errored, but not Localhost
1 parent 67c1535 commit e70ee10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/js/procPages/ProcPageManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ export class ProcPageManager {
10581058
subPage = urlSplit.slice(2)
10591059
}
10601060
}else{
1061-
if( !urlPage.includes(".htm") ){
1061+
if( urlPage && !urlPage.includes(".htm") ){
10621062
urlPage += ".htm";
10631063
}
10641064
}

0 commit comments

Comments
 (0)