mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 01:11:41 +00:00
que uglifier no se queje
This commit is contained in:
parent
bd0947c956
commit
320fe64dcb
1 changed files with 1 additions and 1 deletions
|
@ -543,7 +543,7 @@ document.addEventListener("turbolinks:load", () => {
|
|||
case 'forget-content':
|
||||
if (!flash.dataset.keys) break
|
||||
|
||||
try { JSON.parse(flash.dataset.keys).forEach(forgetContent) } catch { }
|
||||
try { JSON.parse(flash.dataset.keys).forEach(forgetContent) } catch(e) { undefined }
|
||||
|
||||
break
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue