thegooglecodearchive / django-filebrowser

Automatically exported from code.google.com/p/django-filebrowser
Other
0 stars 0 forks source link

Error in IE7 #101

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Just include TinyMCEAdmin.js (using IE)

What is the expected output? What do you see instead?
IE needs number or string in array

What revision of the FileBrowser are you using?
7

What version/revision of Django are you using?
1.0.2

Please provide any additional information below.
Error in function CustomFileBrowser
IE don't like "," in the end of arrays
Simply need to delete to symbols "," in the end of arrays.

Patched file is attached

Original issue reported on code.google.com by djs...@gmail.com on 17 Mar 2009 at 11:15

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by sehmaschine on 25 Mar 2009 at 7:35

GoogleCodeExporter commented 9 years ago

Original comment by sehmaschine on 3 May 2009 at 12:50