Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chrome 42 warning #603

Merged
merged 2 commits into from Apr 8, 2015
Merged

Conversation

capilkey
Copy link
Contributor

@capilkey capilkey commented Apr 8, 2015

Google has removed Java Applet launching in Chrome 42+. I've added a warning to tell people to use Firefox instead.

I also fixed the footer link which stopped working at some point.

ritzalam added a commit that referenced this pull request Apr 8, 2015
@ritzalam ritzalam merged commit 7970a26 into bigbluebutton:master Apr 8, 2015

private function isChrome42OrHigher():Boolean {
var browser:Array = ExternalInterface.call("determineBrowser");
return ((browser[0] == "Chrome") && (parseInt(browser[1]) <= 42));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't it be parseInt(browser[1]) >= 42 instead?

@ffdixon
Copy link
Member

ffdixon commented Apr 8, 2015

Your right -- good catch!

mariogasparoni pushed a commit to mariogasparoni/bigbluebutton that referenced this pull request Nov 6, 2020
…hortcuts-info

Avoid display shortcuts for mobile users
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants