Skip to content

Commit

Permalink
UC widget updated: 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grayhound committed Aug 15, 2013
1 parent 8248549 commit 6a7db69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor_plugin_src.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ UPLOADCARE_AUTOSTORE = true;
(function() {
var _uc_window;
var _file_id;
tinymce.ScriptLoader.add('https://ucarecdn.com/widget/0.9/uploadcare/uploadcare-0.9.min.js');
tinymce.ScriptLoader.add('https://ucarecdn.com/widget/0.11.2/uploadcare/uploadcare-0.11.2.min.js');

tinymce.create('tinymce.plugins.UploadcarePlugin', {
init : function(ed, url) {
Expand Down Expand Up @@ -61,4 +61,4 @@ UPLOADCARE_AUTOSTORE = true;
});

tinymce.PluginManager.add('uploadcare', tinymce.plugins.UploadcarePlugin);
})();
})();

0 comments on commit 6a7db69

Please sign in to comment.