aboutsummaryrefslogtreecommitdiff
path: root/resources/assets/javascripts/cke
diff options
context:
space:
mode:
authorTill Glöggler <till@gundk.it>2022-08-30 08:43:11 +0200
committerTill Glöggler <till@gundk.it>2022-08-30 08:43:11 +0200
commit499ee185fd285518d6d77593b5298cd6717cee9a (patch)
treea7e47acf23bec84c53ed25561d97af15d81bff5d /resources/assets/javascripts/cke
parent4573c1c71b7c38cb5dfdb68222fa501109b262cf (diff)
fix missing resolveURL, refs #914
Diffstat (limited to 'resources/assets/javascripts/cke')
-rw-r--r--resources/assets/javascripts/cke/StudipSettings.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/assets/javascripts/cke/StudipSettings.js b/resources/assets/javascripts/cke/StudipSettings.js
index db92c05..f498a1e 100644
--- a/resources/assets/javascripts/cke/StudipSettings.js
+++ b/resources/assets/javascripts/cke/StudipSettings.js
@@ -3,7 +3,7 @@ import { createDropdown, ButtonView, View } from 'ckeditor5/src/ui';
import { $gettext } from '../lib/gettext.js';
const settings = {
- url: STUDIP.URLHelper.resolveURL('dispatch.php/wysiwyg/settings/users/current'),
+ url: STUDIP.URLHelper.getURL('dispatch.php/wysiwyg/settings/users/current'),
save: function (data) {
return $.ajax({
url: this.url,