digitarald-fancyupload icon indicating copy to clipboard operation
digitarald-fancyupload copied to clipboard

FancyUpload3.Attach.js does not work on Linux

Open fancyoung opened this issue 14 years ago • 1 comments

because this line of code: if (Browser.Platform.linux && window.confirm(MooTools.lang.get('FancyUpload', 'linuxWarning'))) return this;

fancyoung avatar Apr 14 '10 08:04 fancyoung

LOL removed this line and it worked.

Basically it's

if linux break

k2xl avatar Oct 31 '11 17:10 k2xl