From 6fcd075730dbd63d5dbb69da0ca5983b51a7240e Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Mon, 20 Jul 2020 12:30:35 +0200 Subject: Use DOMContentLoaded and fix sharebymail loading issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/src/OC/routing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/OC/routing.js') diff --git a/core/src/OC/routing.js b/core/src/OC/routing.js index b6f32e11559..7895b958c81 100644 --- a/core/src/OC/routing.js +++ b/core/src/OC/routing.js @@ -20,7 +20,7 @@ */ import { - getRootUrl as realGetRootUrl + getRootUrl as realGetRootUrl, } from '@nextcloud/router' /** -- cgit v1.2.3