From dfae2908eb393e322d3bfbbd229e8d7da2a96a15 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 3 Sep 2019 17:41:22 +0200 Subject: [PATCH] fix typo that caused the RPC not to load --- www/common/rpc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/rpc.js b/www/common/rpc.js index b82345a24..cefbfb666 100644 --- a/www/common/rpc.js +++ b/www/common/rpc.js @@ -342,7 +342,7 @@ types of messages: '/common/common-util.js', '/bower_components/tweetnacl/nacl-fast.min.js', ], function (Util) { - return factory(Util, window.Nacl); + return factory(Util, window.nacl); }); } else { // I'm not gonna bother supporting any other kind of instanciation