summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js/tiny_mce/plugins/paste/blank.htm
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-12-15 08:48:45 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-12-15 08:48:45 +0000
commit564f9c39043792c0ffe017aa6b434a574c384e3b (patch)
treec9eed1e79d8865d3f36db6bcc288fa29dccc4093 /roundcubemail/program/js/tiny_mce/plugins/paste/blank.htm
parentd303fbfb23467b9c22ed429e9f6a786627afd401 (diff)
- Updated TinyMCE to 3.2.7
git-svn-id: https://svn.roundcube.net/trunk@3182 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/tiny_mce/plugins/paste/blank.htm')
-rw-r--r--roundcubemail/program/js/tiny_mce/plugins/paste/blank.htm22
1 files changed, 0 insertions, 22 deletions
diff --git a/roundcubemail/program/js/tiny_mce/plugins/paste/blank.htm b/roundcubemail/program/js/tiny_mce/plugins/paste/blank.htm
deleted file mode 100644
index 7ba26bd65..000000000
--- a/roundcubemail/program/js/tiny_mce/plugins/paste/blank.htm
+++ /dev/null
@@ -1,22 +0,0 @@
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<title>blank_page</title>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<link href="css/blank.css" rel="stylesheet" type="text/css" />
-<base target="_self" />
-<script type="text/javascript">
-function init() {
- if (parent.tinymce.isIE)
- document.body.contentEditable = true;
- else
- document.designMode = 'on';
-
- parent.initIframe(document);
- window.focus();
-}
-</script>
-</head>
-<body onload="init();">
-
-</body>
-</html>