Explorar o código

Add missing semicolon

Michael Kühnel %!s(int64=12) %!d(string=hai) anos
pai
achega
409c0dfbcc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugin/speakernotes/client.js

+ 1 - 1
plugin/speakernotes/client.js

@@ -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;