Skip to content

Commit

Permalink
Revert #405
Browse files Browse the repository at this point in the history
  • Loading branch information
titoBouzout committed Apr 19, 2019
1 parent d410b15 commit fce7322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SideBarAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def url(self, type):
)
# print(current)
url_path = re.sub(
re.compile("^.*" + re.escape(base), re.IGNORECASE), "", current
re.compile("^" + re.escape(base), re.IGNORECASE), "", current
)
# print(url_path)
if url_path != current:
Expand Down

0 comments on commit fce7322

Please sign in to comment.