redhog / ep_fileupload

File upload plugin for Etherpad Lite
http://redhog.org/ep_fileupload
7 stars 13 forks source link

problem when fileupload & adminpads both installed #8

Closed quenenni closed 11 years ago

quenenni commented 11 years ago

The plugins ep_fileupload and ep_adminpads can't be both installed.

If not, there is a Js error when going on the "Manage pads" page (fileupload works).

TypeError: el is undefined
el.addEventListener(type, fn, false);

ajaxupload.js (ligne 37)

I can't say who steps on other's foot, but they are 2 great plugins and that would be very nice to have them both working hands in hands :)

JohnMcLear commented 11 years ago

okies, im admin on both so will investigate

JohnMcLear commented 11 years ago

Fixed, https://github.com/redhog/ep_fileupload

JohnMcLear commented 11 years ago

@quenenni you might enjoy this challenge: https://github.com/redhog/ep_fileupload/issues/5 :)

quenenni commented 11 years ago

It works.. Thanks.

For the challenge, indeed, but that's not my priority atm. I have other plugins I want to improve first (the ep_slideshow will be next I think). I keep this in mind.