diff options
author | xzilla | 2006-06-23 12:22:29 +0000 |
---|---|---|
committer | xzilla | 2006-06-23 12:22:29 +0000 |
commit | 0546f621db4530df5a97c6abef512c55794a5b88 (patch) | |
tree | b3a458a9a669b4114f9a5bcc42f0cf388a69a4dd | |
parent | 64b18c1b63510f32a1b67424908d5d8e58a68a49 (diff) |
Formatting on those comments isn't just for show. Fix total breakage of the tree by me.
-rw-r--r-- | xloadtree/xloadtree2.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xloadtree/xloadtree2.js b/xloadtree/xloadtree2.js index 1b23353b..f22a69d8 100644 --- a/xloadtree/xloadtree2.js +++ b/xloadtree/xloadtree2.js @@ -47,10 +47,10 @@ | Dependencies: xtree2.js Supplies the tree control |
|-----------------------------------------------------------------------------|
| Created 2003-??-?? | All changes are in the log above. | Updated 2004-06-06 |
-\----------------------------------------------------------------------------*/
+|-----------------------------------------------------------------------------|
| Note local changes have been made to allow Icons to have different links |
| than thier text label counterparts. Thanks to JGuillaume de Rorthais |
-|-----------------------------------------------------------------------------|
+\----------------------------------------------------------------------------*/
webFXTreeConfig.loadingText = "Loading...";
webFXTreeConfig.loadingIcon = "images/loading.gif";
|