mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-06 06:38:08 +02:00
code formatting
This commit is contained in:
@@ -3779,8 +3779,7 @@
|
|||||||
try {
|
try {
|
||||||
element = document.getElementById( decodeURIComponent( name ) );
|
element = document.getElementById( decodeURIComponent( name ) );
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch ( error ) { }
|
||||||
}
|
|
||||||
|
|
||||||
if( element ) {
|
if( element ) {
|
||||||
// Find the position of the named slide and navigate to it
|
// Find the position of the named slide and navigate to it
|
||||||
|
Reference in New Issue
Block a user