diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-07-16 10:24:27 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-07-16 10:25:50 +0200 |
commit | 5511e44f8bf92addeaadc9ddcf39fb8e27f9c50c (patch) | |
tree | c621737b9c4f522aa9aacbb1013713ea40fe0533 /chimere/static/tinymce/plugins/example/dialog.html | |
parent | a6db3281d61e57a33526ef3794bc60ed24415ff2 (diff) | |
download | Chimère-5511e44f8bf92addeaadc9ddcf39fb8e27f9c50c.tar.bz2 Chimère-5511e44f8bf92addeaadc9ddcf39fb8e27f9c50c.zip |
Fix tinymce reinit on ajax call
Diffstat (limited to 'chimere/static/tinymce/plugins/example/dialog.html')
-rw-r--r-- | chimere/static/tinymce/plugins/example/dialog.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chimere/static/tinymce/plugins/example/dialog.html b/chimere/static/tinymce/plugins/example/dialog.html deleted file mode 100644 index 565f06f..0000000 --- a/chimere/static/tinymce/plugins/example/dialog.html +++ /dev/null @@ -1,8 +0,0 @@ -<!DOCTYPE html> -<html> -<body> - <h3>Custom dialog</h3> - Input some text: <input id="content"> - <button onclick="top.tinymce.activeEditor.windowManager.getWindows()[0].close();">Close window</button> -</body> -</html>
\ No newline at end of file |