diff options
Diffstat (limited to 'public/editor-files/editor.js')
-rw-r--r-- | public/editor-files/editor.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/editor-files/editor.js b/public/editor-files/editor.js index 4395380..158b34f 100644 --- a/public/editor-files/editor.js +++ b/public/editor-files/editor.js @@ -25,7 +25,7 @@ $(function() { } }, embeds: { - oembedProxy: '/editor/oembed' + oembedProxy: null } } }); |