[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linterna-magica-commit] [247] Fixes Dailymotion loading with flash plug
From: |
Ivaylo Valkov |
Subject: |
[linterna-magica-commit] [247] Fixes Dailymotion loading with flash plugin installed. |
Date: |
Sun, 05 Feb 2012 13:34:12 +0000 |
Revision: 247
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=247
Author: valkov
Date: 2012-02-05 13:34:12 +0000 (Sun, 05 Feb 2012)
Log Message:
-----------
Fixes Dailymotion loading with flash plugin installed. No bug report, but could
be observed as a final touch to the already closed bugs #34960
Ticket Links:
------------
http://savannah.gnu.org/bugs/?34960
Modified Paths:
--------------
trunk/src/lm_site_dailymotion.js
Modified: trunk/src/lm_site_dailymotion.js
===================================================================
--- trunk/src/lm_site_dailymotion.js 2012-02-05 12:41:56 UTC (rev 246)
+++ trunk/src/lm_site_dailymotion.js 2012-02-05 13:34:12 UTC (rev 247)
@@ -109,22 +109,6 @@
return true;
}
-LinternaMagica.prototype.sites["dailymotion.com"].flash_plugin_installed =
-function()
-{
- var site_html5_player = this.find_site_html5_player_wrapper(document);
-
- // If there is html5 player and flash plugin is installed no SWF
- // object will be created. We must examine scripts.
- if (site_html5_player)
- {
- return this.sites["dailymotion.com"].
- no_flash_plugin_installed.apply(this, [arguments]);
- }
-
- return true;
-}
-
LinternaMagica.prototype.sites["dailymotion.com"].process_cookies =
function()
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [linterna-magica-commit] [247] Fixes Dailymotion loading with flash plugin installed.,
Ivaylo Valkov <=