зеркало из https://github.com/mozilla/FlightDeck.git
escaping for js
This commit is contained in:
Родитель
3d4f0c9cd1
Коммит
af4620d581
|
@ -11,7 +11,7 @@
|
|||
item = new Jetpack({
|
||||
slug: '{{ jetpack.slug }}',
|
||||
name: '{{ jetpack.name }}',
|
||||
description: '{{ jetpack.description }}',
|
||||
description: '{{ jetpack.description|escapejs }}',
|
||||
creator: '{{ jetpack.creator }}',
|
||||
edit_url: '{{ jetpack.get_absolute_url }}',
|
||||
update_url: '{{ jetpack.get_update_url }}',
|
||||
|
@ -20,9 +20,9 @@
|
|||
version: {
|
||||
author: '{{ version.author }}',
|
||||
name: '{{ version.name }}',
|
||||
manifest: '{{ version.manifest }}',
|
||||
content: '{{ version.content }}',
|
||||
description: '{{ version.description }}',
|
||||
manifest: '{{ version.manifest|escapejs }}',
|
||||
content: '{{ version.content|escapejs }},
|
||||
description: '{{ version.description|escapejs }}',
|
||||
is_base: {{ version.is_base|yesno:"true,false" }},
|
||||
edit_url: '{{ version.get_absolute_url }}',
|
||||
update_url: '{{ version.get_update_url }}',
|
||||
|
|
Загрузка…
Ссылка в новой задаче