mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
[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:
parent
d5dea44689
commit
654e2af4e5
2 changed files with 6 additions and 6 deletions
10
deluge/ui/web/js/extjs/ext-all-debug.js
vendored
10
deluge/ui/web/js/extjs/ext-all-debug.js
vendored
|
@ -37494,12 +37494,12 @@ var swfobject = function() {
|
|||
|
||||
|
||||
function main() {
|
||||
if (plugin) {
|
||||
testPlayerVersion();
|
||||
}
|
||||
else {
|
||||
//~ if (plugin) {
|
||||
//~ testPlayerVersion();
|
||||
//~ }
|
||||
//~ else {
|
||||
matchVersions();
|
||||
}
|
||||
//~ }
|
||||
}
|
||||
|
||||
|
||||
|
|
2
deluge/ui/web/js/extjs/ext-all.js
vendored
2
deluge/ui/web/js/extjs/ext-all.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue