summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-12-13 21:32:16 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-12-13 21:32:16 +0100
commit403729f3cad0eef670164962bb1f773b2ca79534 (patch)
treef82d83db4ae7948eea27d85ccdcb8e59ad25aece /themes
parentc3929f9575a776bce90a652fa73876da80894d57 (diff)
downloadwww-andreasbaumann-cc-403729f3cad0eef670164962bb1f773b2ca79534.tar.gz
www-andreasbaumann-cc-403729f3cad0eef670164962bb1f773b2ca79534.tar.bz2
fts5 search working via http, not https, no clue
Diffstat (limited to 'themes')
-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 ) {