* Fixed the interface details page skip problem.
This commit is contained in:
@@ -472,6 +472,7 @@ $(function()
|
||||
if(!libID) libID = 0;
|
||||
if(!moduleID) moduleID = 0;
|
||||
linkParams = linkParams.replace('%s', 'libID=' + libID + '&moduleID=' + moduleID);
|
||||
if(config.currentModule == 'api' && config.currentMethod == 'view') spaceType = 'api';
|
||||
if(spaceType != 'api' && config.currentModule == 'api') linkParams = 'objectID=' + objectID + '&' + linkParams;
|
||||
var moduleName = spaceType == 'api' ? 'api' : 'doc';
|
||||
var methodName = '';
|
||||
|
||||
Reference in New Issue
Block a user