mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-25 16:49:26 +01:00
check if json.error_data exists
This commit is contained in:
parent
795aa70aa1
commit
33489ea234
@ -19,7 +19,8 @@ html
|
|||||||
if error
|
if error
|
||||||
if json.error_data.reason === "private"
|
if json.error_data.reason === "private"
|
||||||
h2 This is a private subreddit.
|
h2 This is a private subreddit.
|
||||||
p Error: #{JSON.stringify(json.error_data)}
|
if json.error_data
|
||||||
|
p Error: #{JSON.stringify(json.error_data)}
|
||||||
else
|
else
|
||||||
if show_nsfw_warning === true
|
if show_nsfw_warning === true
|
||||||
.nsfw-warning
|
.nsfw-warning
|
||||||
|
Loading…
Reference in New Issue
Block a user