Index: trunk/extensions/Livelets/Livelets.php |
— | — | @@ -9,15 +9,11 @@ |
10 | 10 | * Started: 2007-10-06 |
11 | 11 | * 1.0: 2010-08-25 |
12 | 12 | */ |
13 | | -define( 'LIVELETS_VERSION', '1.0.2, 2010-09-04' ); |
| 13 | +define( 'LIVELETS_VERSION', '1.0.3, 2010-09-04' ); |
14 | 14 | |
15 | 15 | # the parser-function name for doing live-transclusions |
16 | 16 | $wgLiveletsMagic = 'live'; |
17 | 17 | |
18 | | -# Default content for livelets while loading |
19 | | -$wgLiveletsDefaultContent = "http://upload.wikimedia.org/wikipedia/commons/d/de/Ajax-loader.gif"; |
20 | | -$wgLiveletsDefaultContent = "<div style='widthtext-align:center'><img src='$wgLiveletsDefaultContent'/></div>"; |
21 | | - |
22 | 18 | # Settings for the event-driven live method |
23 | 19 | $wgLiveletsUseSWF = false; # Set this to true to use SWF to make livelets fully event-driven (no polling for change) |
24 | 20 | $wgLiveletsSwfBg = '#ffffff'; # The background colour of the embedded SWF |