Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

FancyUpload3.Attach.js does not work on Linux #12

Open
fancyoung opened this issue Apr 14, 2010 · 1 comment
Open

FancyUpload3.Attach.js does not work on Linux #12

fancyoung opened this issue Apr 14, 2010 · 1 comment

Comments

@fancyoung
Copy link

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

@k2xl
Copy link

k2xl commented Oct 31, 2011

LOL removed this line and it worked.

Basically it's

if linux
break

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants