[WebUI] Fix browser Flash plugin warning

Do not perform flash player version detection using the fix from here:
  https://github.com/georchestra/georchestra/issues/902
This commit is contained in:
Calum Lind 2018-10-08 13:12:24 +01:00
parent d5dea44689
commit 654e2af4e5
2 changed files with 6 additions and 6 deletions

View File

@ -37494,12 +37494,12 @@ var swfobject = function() {
function main() {
if (plugin) {
testPlayerVersion();
}
else {
//~ if (plugin) {
//~ testPlayerVersion();
//~ }
//~ else {
matchVersions();
}
//~ }
}

File diff suppressed because one or more lines are too long