Add missing semicolon
This commit is contained in:
parent
cbdbfc07f4
commit
409c0dfbcc
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
var socketId = Math.random().toString().slice(2);
|
||||
|
||||
console.log('View slide notes at ' + window.location.origin + '/notes/' + socketId);
|
||||
window.open(window.location.origin + '/notes/' + socketId, 'notes-' + socketId)
|
||||
window.open(window.location.origin + '/notes/' + socketId, 'notes-' + socketId);
|
||||
|
||||
Reveal.addEventListener( 'slidechanged', function( event ) {
|
||||
var nextindexh;
|
||||
|
|
Loading…
Reference in a new issue