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.
pull/1/head
ansuz 9 years ago
parent 4ba68eb2bf
commit 4071a3aa25

File diff suppressed because it is too large Load Diff

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

Loading…
Cancel
Save