* Fix bug #33461.
This commit is contained in:
@@ -311,3 +311,8 @@ $(document).ready(function()
|
||||
return false;
|
||||
});
|
||||
});
|
||||
|
||||
function locateNewLib(type, objectID, libID)
|
||||
{
|
||||
location.href = createLink('doc', 'tableContents', 'type=' + type + '&objectID=' + objectID + '&libID=' + libID);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user