moebius#65: Fix: "about:..." - throws an errors

https://github.com/MoonchildProductions/moebius/pull/65
This commit is contained in:
janekptacijarabaci 2018-04-23 09:02:57 +02:00 committed by Roy Tam
commit 61ce67c968
5 changed files with 43 additions and 30 deletions

View file

@ -40,5 +40,9 @@ function navigate()
if ($('priv').checked)
context += 'p,';
if (storage == null) {
storage = "";
}
window.location.href = 'about:cache?storage=' + storage + '&context=' + context;
}