From 5f9491abdf4abc36848eb99fc19c1fb02139ad6d Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 9 Apr 2021 13:36:04 +0530 Subject: [PATCH] remove duplicate argument --- customize.dist/pages/what-is-cryptpad.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/customize.dist/pages/what-is-cryptpad.js b/customize.dist/pages/what-is-cryptpad.js index 2463dc8fe..99e675c0f 100644 --- a/customize.dist/pages/what-is-cryptpad.js +++ b/customize.dist/pages/what-is-cryptpad.js @@ -4,8 +4,7 @@ define([ '/customize/messages.js', '/customize/pages.js', '/common/common-feedback.js', - '/customize/pages.js', -], function (Config, h, Msg, Pages, Feedback, Pages) { +], function (Config, h, Msg, Pages, Feedback) { var urlArgs = Config.requireConf.urlArgs; var logoLink = function (alt, src, url, cls) {