Skip to content
Snippets Groups Projects
Commit 409c0dfb authored by Michael Kühnel's avatar Michael Kühnel
Browse files

Add missing semicolon

parent cbdbfc07
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment