We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef4f94 commit d34da56Copy full SHA for d34da56
data/codebrowser.js
@@ -1204,6 +1204,8 @@ $(function () {
1204
$("#symbolSideBox ul").hide()
1205
}
1206
1207
+ // Pre-fetch index. The XMLHttpRequest above will take it from browser cache then
1208
+ $("head").append('<link rel="prefetch" href="'+root_path + '/fileIndex'+'">');
1209
1210
/*-------------------------------------------------------------------------------------*/
1211
// End: print the time that was required to execute the code browser javascript
0 commit comments