revert to using the chainpad in /common/

now that we have found the problem that caused the backspace bug
we don't need a special chainpad for testing.
This commit is contained in:
ansuz 2016-04-12 09:55:50 +02:00
parent 4ba68eb2bf
commit 4071a3aa25
2 changed files with 1 additions and 1559 deletions

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@ define([
'/common/crypto.js',
'/_socket/toolbar.js',
'/_socket/text-patcher.js',
'/_socket/chainpad.js',
'/common/chainpad.js',
'/bower_components/jquery/dist/jquery.min.js',
], function (Messages,/*FIXME*/ ReconnectingWebSocket, Crypto, Toolbar, TextPatcher) {
var $ = window.jQuery;