~ubuntu-branches/ubuntu/intrepid/moin/intrepid-updates

« back to all changes in this revision

Viewing changes to wiki/htdocs/applets/FCKeditor/editor/fckdialog.html

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-02-14 16:09:24 UTC
  • mfrom: (0.2.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20060214160924-fyrx3gvknzqvt4vj
Tags: 1.5.2-1ubuntu1
Drop python2.3 package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
248
248
        }
249
249
}
250
250
 
251
 
window.onfocus = function()
252
 
{
253
 
        document.getElementById('frmMain').contentWindow.focus() ;
254
 
}
255
 
 
256
251
if ( window.dialogArguments.Editor.FCKBrowserInfo.IsIE )
257
252
{
258
253
        function Window_OnBeforeUnload()