summaryrefslogtreecommitdiff
path: root/chimere/static/tinymce/plugins/example/dialog.html
diff options
context:
space:
mode:
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
commit5511e44f8bf92addeaadc9ddcf39fb8e27f9c50c (patch)
treec621737b9c4f522aa9aacbb1013713ea40fe0533 /chimere/static/tinymce/plugins/example/dialog.html
parenta6db3281d61e57a33526ef3794bc60ed24415ff2 (diff)
downloadChimè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.html8
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