Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
iv
erp5
Commits
f7546ecd
Commit
f7546ecd
authored
13 years ago
by
Ivan Tyagov
Browse files
Options
Download
Email Patches
Plain Diff
Remove a bad character (change by Xavier).
parent
d0bdb99c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
bt5/erp5_slideshow_style/SkinTemplateItem/portal_skins/erp5_slideshow_core/slides.js.xml
...mplateItem/portal_skins/erp5_slideshow_core/slides.js.xml
+3
-3
bt5/erp5_slideshow_style/bt/revision
bt5/erp5_slideshow_style/bt/revision
+1
-1
No files found.
bt5/erp5_slideshow_style/SkinTemplateItem/portal_skins/erp5_slideshow_core/slides.js.xml
View file @
f7546ecd
...
...
@@ -12,7 +12,7 @@
</item>
<item>
<key>
<string>
_EtagSupport__etag
</string>
</key>
<value>
<string>
ts
11000946.61
</string>
</value>
<value>
<string>
ts
22818918.05
</string>
</value>
</item>
<item>
<key>
<string>
__name__
</string>
</key>
...
...
@@ -111,7 +111,7 @@ function toggleContent() {\n
if (s) {\n
var video = s.querySelector("video");\n
if (video) {\n
if (video.ended ||
video.paused) {\n
if (video.ended ||
video.paused) {\n
video.play();\n
} else {\n
video.pause();\n
...
...
@@ -179,7 +179,7 @@ function setSlide() {\n
</item>
<item>
<key>
<string>
size
</string>
</key>
<value>
<int>
371
5
</int>
</value>
<value>
<int>
371
4
</int>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
...
...
This diff is collapsed.
Click to expand it.
bt5/erp5_slideshow_style/bt/revision
View file @
f7546ecd
2
\ No newline at end of file
3
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment