mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-08 13:42:27 +05:30
Replaced to_json with to_pretty_json
This commit is contained in:
parent
275501aad3
commit
c9a843c7fe
@ -14,7 +14,7 @@
|
|||||||
"next_page" => translate(locale, "Next page"),
|
"next_page" => translate(locale, "Next page"),
|
||||||
"prev_page" => translate(locale, "Previous page"),
|
"prev_page" => translate(locale, "Previous page"),
|
||||||
"is_rtl" => locale_is_rtl?(locale)
|
"is_rtl" => locale_is_rtl?(locale)
|
||||||
}.to_json
|
}.to_pretty_json
|
||||||
%>
|
%>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user