diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-05-21 23:33:34 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-05-21 23:33:34 +0200 |
commit | ee379fa41555e1c9742634229b3fab8a1fbd7fd6 (patch) | |
tree | 13db06683e647531349d01d008eef7307cb609fc /lib | |
parent | 7b877f510da04125ec5c9c1f8cda3800f4499ee5 (diff) | |
download | rpg-ee379fa41555e1c9742634229b3fab8a1fbd7fd6.tar.gz rpg-ee379fa41555e1c9742634229b3fab8a1fbd7fd6.tar.bz2 |
media manager fixes
darcs-hash:20060521213334-7ad00-d3bdc1fbce1b904d3f939197bae0b811aa5bbac3.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/images/at.gif | bin | 0 -> 57 bytes | |||
-rw-r--r-- | lib/images/list-minus.gif | bin | 0 -> 64 bytes | |||
-rw-r--r-- | lib/images/list-plus.gif | bin | 0 -> 67 bytes | |||
-rw-r--r-- | lib/images/minus.gif | bin | 0 -> 858 bytes | |||
-rw-r--r-- | lib/images/pencil.png | bin | 0 -> 450 bytes | |||
-rw-r--r-- | lib/images/plus.gif | bin | 0 -> 860 bytes | |||
-rw-r--r-- | lib/images/trash.png | bin | 0 -> 476 bytes | |||
-rw-r--r-- | lib/scripts/media.js | 2 |
8 files changed, 1 insertions, 1 deletions
diff --git a/lib/images/at.gif b/lib/images/at.gif Binary files differnew file mode 100644 index 000000000..8bdf40d54 --- /dev/null +++ b/lib/images/at.gif diff --git a/lib/images/list-minus.gif b/lib/images/list-minus.gif Binary files differnew file mode 100644 index 000000000..36902f159 --- /dev/null +++ b/lib/images/list-minus.gif diff --git a/lib/images/list-plus.gif b/lib/images/list-plus.gif Binary files differnew file mode 100644 index 000000000..adc3fac8a --- /dev/null +++ b/lib/images/list-plus.gif diff --git a/lib/images/minus.gif b/lib/images/minus.gif Binary files differnew file mode 100644 index 000000000..499a2e2aa --- /dev/null +++ b/lib/images/minus.gif diff --git a/lib/images/pencil.png b/lib/images/pencil.png Binary files differnew file mode 100644 index 000000000..0bfecd50e --- /dev/null +++ b/lib/images/pencil.png diff --git a/lib/images/plus.gif b/lib/images/plus.gif Binary files differnew file mode 100644 index 000000000..9306686d8 --- /dev/null +++ b/lib/images/plus.gif diff --git a/lib/images/trash.png b/lib/images/trash.png Binary files differnew file mode 100644 index 000000000..ebad933c8 --- /dev/null +++ b/lib/images/trash.png diff --git a/lib/scripts/media.js b/lib/scripts/media.js index c4ec6eb21..876b84f9f 100644 --- a/lib/scripts/media.js +++ b/lib/scripts/media.js @@ -262,7 +262,7 @@ media = { name.value = text; } -} +}; addInitEvent(function(){ media.treeattach($('media__tree')); |