code formatting
This commit is contained in:
parent
4cb0d52c73
commit
1257ee7e27
1 changed files with 2 additions and 3 deletions
|
@ -3779,8 +3779,7 @@
|
|||
try {
|
||||
element = document.getElementById( decodeURIComponent( name ) );
|
||||
}
|
||||
catch (e) {
|
||||
}
|
||||
catch ( error ) { }
|
||||
|
||||
if( element ) {
|
||||
// Find the position of the named slide and navigate to it
|
||||
|
|
Loading…
Reference in a new issue