This commit is contained in:
holan20180123
2021-07-30 11:36:30 +08:00
parent 5c43943fe8
commit 1beb593f82
3 changed files with 19 additions and 3 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ $(function()
$('#outline li.has-list>i+ul').prev('i').remove();
/* Update doc content silently on switch doc version, story #40503 */
$(document).on('click', '.doc-version-menu a', function(event)
$(document).on('click', '.doc-version-menu a, #mainActions .container a', function(event)
{
var $tmpDiv = $('<div>');
$tmpDiv.load($(this).data('url') + ' #mainContent', function()