From dec9a39a1845c59e7237fa966725949d38b6e9e8 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 20 Sep 2024 13:44:17 +0200 Subject: chore: Move legacy dialogs template from files to core until we can remove it Signed-off-by: Ferdinand Thiessen --- core/src/OC/dialogs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src') diff --git a/core/src/OC/dialogs.js b/core/src/OC/dialogs.js index fb203f31d28..c10f676701d 100644 --- a/core/src/OC/dialogs.js +++ b/core/src/OC/dialogs.js @@ -772,7 +772,7 @@ const Dialogs = { var defer = $.Deferred() if (!this.$fileexistsTemplate) { var self = this - $.get(OC.filePath('files', 'templates', 'fileexists.html'), function(tmpl) { + $.get(OC.filePath('core', 'templates/legacy', 'fileexists.html'), function(tmpl) { self.$fileexistsTemplate = $(tmpl) defer.resolve(self.$fileexistsTemplate) }) -- cgit v1.2.3