mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
moebius#65: Fix: "about:..." - throws an errors
https://github.com/MoonchildProductions/moebius/pull/65
This commit is contained in:
parent
f0536c394b
commit
61ce67c968
5 changed files with 43 additions and 30 deletions
|
|
@ -40,5 +40,9 @@ function navigate()
|
|||
if ($('priv').checked)
|
||||
context += 'p,';
|
||||
|
||||
if (storage == null) {
|
||||
storage = "";
|
||||
}
|
||||
|
||||
window.location.href = 'about:cache?storage=' + storage + '&context=' + context;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue