summarylogtreecommitdiffstats
path: root/player.html.patch
diff options
context:
space:
mode:
Diffstat (limited to 'player.html.patch')
-rw-r--r--player.html.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/player.html.patch b/player.html.patch
new file mode 100644
index 000000000000..79663dec3208
--- /dev/null
+++ b/player.html.patch
@@ -0,0 +1,10 @@
+--- Sozi-17.02/templates/player.html 2017-02-05 18:45:21.000000000 +0330
++++ Sozi-17.02.new/templates/player.html.new 2017-05-10 09:59:28.629724903 +0430
+@@ -108,6 +108,6 @@
+ <div class="sozi-blank-screen"></div>
+ <script>var soziPresentationData = {{ json }};</script>
+ {% endraw %}
+- <script>{{ playerJs }}</script>
++ <script>{{'{% raw %}'}}{{ playerJs|safe }}{{'{% endraw %}'}}</script>
+ </body>
+ </html>