summaryrefslogtreecommitdiff
path: root/themes/new_theme/layouts/partials/ranklist_fts5.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/new_theme/layouts/partials/ranklist_fts5.html')
-rw-r--r--themes/new_theme/layouts/partials/ranklist_fts5.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/new_theme/layouts/partials/ranklist_fts5.html b/themes/new_theme/layouts/partials/ranklist_fts5.html
index cf65f56..cf003f1 100644
--- a/themes/new_theme/layouts/partials/ranklist_fts5.html
+++ b/themes/new_theme/layouts/partials/ranklist_fts5.html
@@ -2,7 +2,9 @@
<script src="/js/url-search-params.js" type="text/javascript"></script>
<script src="/js/loadingoverlay.min.js" type="text/javascript"></script>
<script src="/js/require.js" type="text/javascript"></script>
+<!--
<script src="/js/sql-fts5.js" type="module"></script>
+-->
<script language="Javascript">
function escapeHtml( text ) {
@@ -52,7 +54,7 @@
requirejs(["/js/sql-wasm.js"], function(initSqlJs) {
const SQL = initSqlJs({
- locateFile: file => `http://localhost:1313/js/${file}`
+ locateFile: file => `/js/${file}`
});
initSqlJs().then( function( SQL ) {