Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
shower-presentation
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Шардт Максим Александрович
shower-presentation
Commits
f4b42f9e
Commit
f4b42f9e
authored
Feb 18, 2014
by
Vadim Makeev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for #133 back button bug
parent
50596cb8
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
shower.js
shower.js
+1
-1
shower.min.js
shower.min.js
+1
-1
No files found.
shower.js
View file @
f4b42f9e
...
...
@@ -555,6 +555,7 @@ window.shower = window.shower || (function(window, document, undefined) {
body
.
classList
.
add
(
'list'
);
shower
.
clearPresenterNotes
();
shower
.
_applyTransform
(
'none'
);
if
(
shower
.
isListMode
())
{
return
false
;
...
...
@@ -569,7 +570,6 @@ window.shower = window.shower || (function(window, document, undefined) {
}
shower
.
scrollToSlide
(
currentSlideNumber
);
shower
.
_applyTransform
(
'none'
);
if
(
typeof
(
callback
)
===
'function'
)
{
callback
();
...
...
shower.min.js
View file @
f4b42f9e
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