remove invalid semicolon

This commit is contained in:
ansuz 2017-04-14 19:24:20 +02:00
parent 50793f506d
commit 107e75b287
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ define([
// feedback API won't work because proxy wasn't loaded
$.ajax({
type: 'HEAD',
url: '/common/feedback.html?REGISTRATION=' + (+new Date());
url: '/common/feedback.html?REGISTRATION=' + (+new Date()),
});
Cryptpad.whenRealtimeSyncs(result.realtime, function () {