From: stephan Date: Sat, 11 Apr 2026 20:43:49 +0000 (+0000) Subject: When fiddle terminal mode is enabled, add a link to the jquery.terminal project in... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6142310e087360a6781258511c03f678b63aa3b8;p=thirdparty%2Fsqlite.git When fiddle terminal mode is enabled, add a link to the jquery.terminal project in the About box. FossilOrigin-Name: d64f0c8845104008d6c251f9a1406c6ff717a916c13b64014aa1d154501d5fab --- diff --git a/ext/wasm/fiddle/fiddle-worker.js b/ext/wasm/fiddle/fiddle-worker.js index 0336379a9c..65db14b5b0 100644 --- a/ext/wasm/fiddle/fiddle-worker.js +++ b/ext/wasm/fiddle/fiddle-worker.js @@ -172,7 +172,7 @@ if(capi.sqlite3_vfs_find("opfs")){ stdout("\nOPFS is available. To open a persistent db, use:\n\n", " .open file:name?vfs=opfs\n\nbut note that some", - "features (e.g. upload) do not yet work with OPFS."); + "features (e.g. upload) do not work with OPFS."); } stdout('\nEnter ".help" for usage hints.'); return true; diff --git a/ext/wasm/fiddle/index.c-pp.html b/ext/wasm/fiddle/index.c-pp.html index 7fe9a12a77..064f888b84 100644 --- a/ext/wasm/fiddle/index.c-pp.html +++ b/ext/wasm/fiddle/index.c-pp.html @@ -322,8 +322,9 @@

Usage Summary