From 60673103ad9ee90006b81a77d7aeeccc3aaed49b Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 25 Jun 2019 11:25:44 +0200 Subject: [PATCH] don't require the same thing twice --- www/assert/main.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/assert/main.js b/www/assert/main.js index ec69f4d5e..6ad05a7a2 100644 --- a/www/assert/main.js +++ b/www/assert/main.js @@ -11,10 +11,9 @@ define([ '/common/flat-dom.js', '/common/media-tag.js', '/common/outer/login-block.js', - '/common/common-util.js', '/bower_components/tweetnacl/nacl-fast.min.js', -], function ($, Hyperjson, Sortify, Drive, Test, Hash, Util, Thumb, Wire, Flat, MediaTag, Block, Util) { +], function ($, Hyperjson, Sortify, Drive, Test, Hash, Util, Thumb, Wire, Flat, MediaTag, Block) { window.Hyperjson = Hyperjson; window.Sortify = Sortify; var Nacl = window.nacl;