comparison media/js/tiny_mce/plugins/fullscreen/fullscreen.htm @ 183:149c3567fec1

Updated to TinyMCE version 3.3.2. This is for #57.
author Brian Neal <bgneal@gmail.com>
date Sun, 28 Mar 2010 21:47:48 +0000
parents a5b4c5ce0658
children
comparison
equal deleted inserted replaced
182:5c889b587416 183:149c3567fec1
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head> 3 <head>
4 <title></title> 4 <title></title>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
6 <script type="text/javascript" src="../../tiny_mce.js"></script> 5 <script type="text/javascript" src="../../tiny_mce.js"></script>
7 <script type="text/javascript"> 6 <script type="text/javascript">
8 function patchCallback(settings, key) { 7 function patchCallback(settings, key) {
9 if (settings[key]) 8 if (settings[key])
10 settings[key] = "window.opener." + settings[key]; 9 settings[key] = "window.opener." + settings[key];