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.
async: false
1 parent 94a08ca commit 09c4efcCopy full SHA for 09c4efc
tutorials/themes/tutorials-theme/static/searchtools.js
@@ -320,6 +320,10 @@ function splitQuery(query) {
320
return result;
321
}
322
323
+// Set ajaxSetup to synchronous to make a synchronous $.get call (but could be bad form).
324
+// See https://stackoverflow.com/a/25489055/9959073 for details.
325
+jQuery.ajaxSetup({async:false});
326
+
327
var docResultsCount = -1;
328
/**
329
* Search Module
0 commit comments