Author: AllenJB (AllenJB) Committer: Derick Rethans (derickr) Date: 2026-01-13T14:02:52+01:00
Commit: https://github.com/php/web-php/commit/e5c965b38d6fa6a82a5df4138149490536e49080 Raw diff: https://github.com/php/web-php/commit/e5c965b38d6fa6a82a5df4138149490536e49080.diff Search: Fix "g a" search Changed paths: M js/common.js Diff: diff --git a/js/common.js b/js/common.js index b1aa4c7c4c..aac5fb05ce 100644 --- a/js/common.js +++ b/js/common.js @@ -248,7 +248,7 @@ function globalsearch(txt) { } const language = getLanguage() - const key = `search-${language}`; + const key = `search2-${language}`; let cache = window.localStorage.getItem(key); cache = JSON.parse(cache);
