Produced on Mon May 12 13:06:26 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.
# | Location | File | Last Modified |
---|---|---|---|
1 | Dolphin-v.6.0.5\plugins\tiny_mce\plugins\xhtmlxtras\jscripts | cite.js | Thu Sep 20 08:59:18 2007 UTC |
2 | Mon May 12 13:06:26 2008 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 0 | 0 |
Changed | 0 | 0 |
Inserted | 0 | 0 |
Removed | 1 | 29 |
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 |
No regular expressions were active.
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 -2007, Mox iecode Sys tems AB, A ll rights reserved. | |||||
6 | */ | |||||
7 | ||||||
8 | function p reinit() { | |||||
9 | // Ini tialize | |||||
10 | tinyMC E.setWindo wArg('mce_ windowresi ze', false ); | |||||
11 | } | |||||
12 | ||||||
13 | function i nit() { | |||||
14 | tinyMC EPopup.res izeToInner Size(); | |||||
15 | SXE.in itElementD ialog('cit e'); | |||||
16 | if (SX E.currentA ction == " update") { | |||||
17 | SX E.showRemo veButton() ; | |||||
18 | } | |||||
19 | } | |||||
20 | ||||||
21 | function i nsertCite( ) { | |||||
22 | SXE.in sertElemen t('cite'); | |||||
23 | tinyMC EPopup.clo se(); | |||||
24 | } | |||||
25 | ||||||
26 | function r emoveCite( ) { | |||||
27 | SXE.re moveElemen t('cite'); | |||||
28 | tinyMC EPopup.clo se(); | |||||
29 | } |