Skip to content

Commit f2c2786

Browse files
committed
Fix the url of json.
1 parent 4d24ab1 commit f2c2786

File tree

1 file changed

+1
-1
lines changed
  • ckeditor/static/ckeditor/ckeditor/plugins/slideshow/dialogs

1 file changed

+1
-1
lines changed

ckeditor/static/ckeditor/ckeditor/plugins/slideshow/dialogs/slideshow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ CKEDITOR.dialog.add('slideshowDialog', function(editor) {
954954
xhr.send(formData);
955955
xhr.onload = function() {
956956
var data = JSON.parse(this.responseText);
957-
editor.insertHtml(`<p>!?!../../../../../../..${data.url}:${width},${height}!?!</p><br />`);
957+
editor.insertHtml(`<p>!?!${data.url}:${width},${height}!?!</p><br />`);
958958
}
959959
}
960960

0 commit comments

Comments
 (0)