projects
/
ckeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Suppression des images attachées fonctionnelle.
[ckeditor.git]
/
skins
/
ckeditor
/
plugins
/
plinn_image
/
plugin.js
diff --git
a/skins/ckeditor/plugins/plinn_image/plugin.js
b/skins/ckeditor/plugins/plinn_image/plugin.js
index
df81531
..
022af4c
100644
(file)
--- a/
skins/ckeditor/plugins/plinn_image/plugin.js
+++ b/
skins/ckeditor/plugins/plinn_image/plugin.js
@@
-35,6
+35,7
@@
function openPlinnImageDialog(path, editor) {
win.dialogArguments = new Object();
win.dialogArguments.editor = editor;
win.dialogArguments.pluginPath = path;
+ win.dialogArguments.CKEDITOR = CKEDITOR;
}