witten
/
luminotes
Archived
1
0
Fork 0
This repository has been archived on 2023-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
luminotes/static
Dan Helfman e7c96cadf5 Using "link.innerHTML =" instead of replaceChildNodes() to set a file link's
title when uploading a file, as this plays more nicely with IE. With
replaceChildNodes(), IE swallows the text cursor and won't give it back.

Also explicitly passing link parameter to Upload_pulldown() constructor, as
editor.find_link_at_cursor() wasn't always working in IE.
2008-02-22 23:03:10 +00:00
..
css More work on file uploading. Unit tests need to be fixed. 2008-02-18 20:08:07 +00:00
html Mentioned uploading and downloading files. 2008-02-20 20:36:47 +00:00
images Initial work on UI and controller for file uploading: 2008-01-31 21:52:32 +00:00
js Using "link.innerHTML =" instead of replaceChildNodes() to set a file link's 2008-02-22 23:03:10 +00:00
jsunit Beginning stubs for client-side javascript "unit" tests. (Probably more like 2007-09-06 10:25:06 +00:00