mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 20:14:13 +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
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…
x
Reference in New Issue
Block a user