* fix $.parseLink not work.

This commit is contained in:
Catouse
2021-01-06 16:36:17 +08:00
parent 917894f51d
commit 99cb8398cc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -57,7 +57,7 @@
if(group) return group;
var link = $.parseLink(urlOrModuleName);
if(link.isOnlyBody) return '';
if(!link.moduleName || link.isOnlyBody) return '';
if(link.hash && link.hash.indexOf('open=') === 0) return link.hash.substr(5);
+1 -1
View File
File diff suppressed because one or more lines are too long