583. File Comparison Report

Produced on Mon May 12 13:06:25 2008 UTC. This report uses XHTML and CSS2, and is best viewed with a reasonably standards compliant browser such as the latest version of Firefox or Internet Explorer. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

583.1 Files compared

# Location File Last Modified
1 Mon May 12 13:06:25 2008 UTC
2 Dolphin-v.6.1.0\plugins\tiny_mce\plugins\xhtmlxtras\js acronym.js Thu Mar 27 13:53:26 2008 UTC

583.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 25
Removed 0 0

583.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

583.4 Active regular expressions

No regular expressions were active.

583.5 Comparison detail

    1    /**
    2    * $Id: ed itor_plugi n_src.js 4 2 2006-08- 08 14:32:2 4Z spocke  $
    3    *
    4    * @author  Moxiecode  - based o n work by  Andrew Tet law
    5    * @copyri ght Copyri ght © 2004 -2008, Mox iecode Sys tems AB, A ll rights  reserved.
    6    */
    7  
    8   function i nit() {
    9       SXE.in itElementD ialog('acr onym');
    10       if (SX E.currentA ction == " update") {
    11           SX E.showRemo veButton() ;
    12       }
    13   }
    14  
    15   function i nsertAcron ym() {
    16       SXE.in sertElemen t('acronym ');
    17       tinyMC EPopup.clo se();
    18   }
    19  
    20   function r emoveAcron ym() {
    21       SXE.re moveElemen t('acronym ');
    22       tinyMC EPopup.clo se();
    23   }
    24  
    25   tinyMCEPop up.onInit. add(init);