mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-07 15:43:10 +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() {
|
function main() {
|
||||||
if (plugin) {
|
//~ if (plugin) {
|
||||||
testPlayerVersion();
|
//~ testPlayerVersion();
|
||||||
}
|
//~ }
|
||||||
else {
|
//~ else {
|
||||||
matchVersions();
|
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