linterna-magica-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linterna-magica-commit] [409] Fixes bugs 39319.


From: Ivaylo Valkov
Subject: [linterna-magica-commit] [409] Fixes bugs 39319.
Date: Mon, 22 Jul 2013 20:55:14 +0000

Revision: 409
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=409
Author:   valkov
Date:     2013-07-22 20:55:13 +0000 (Mon, 22 Jul 2013)
Log Message:
-----------
Fixes bugs 39319.

Added Paths:
-----------
    trunk/src/lm_site_imagination.sf.net.js

Added: trunk/src/lm_site_imagination.sf.net.js
===================================================================
--- trunk/src/lm_site_imagination.sf.net.js                             (rev 0)
+++ trunk/src/lm_site_imagination.sf.net.js     2013-07-22 20:55:13 UTC (rev 
409)
@@ -0,0 +1,41 @@
+//  @licstart The following is the entire license notice for the
+//  JavaScript code in this page (or file).
+//
+//  This file is part of Linterna Mágica
+//
+//  Copyright (C) 2013 Ivaylo Valkov <address@hidden>
+//
+//  The JavaScript code in this page (or file) is free software: you
+//  can redistribute it and/or modify it under the terms of the GNU
+//  General Public License (GNU GPL) as published by the Free Software
+//  Foundation, either version 3 of the License, or (at your option)
+//  any later version.  The code is distributed WITHOUT ANY WARRANTY
+//  without even the implied warranty of MERCHANTABILITY or FITNESS
+//  FOR A PARTICULAR PURPOSE.  See the GNU GPL for more details.
+//
+//  As additional permission under GNU GPL version 3 section 7, you
+//  may distribute non-source (e.g., minimized or compacted) forms of
+//  that code without the copy of the GNU GPL normally required by
+//  section 4, provided you include this license notice and a URL
+//  through which recipients can access the Corresponding Source.
+//
+//  @licend The above is the entire license notice for the JavaScript
+//  code in this page (or file).
+//
+// @source http://linterna-magica.nongnu.org
+
+// END OF LICENSE HEADER
+
+LinternaMagica.prototype.sites["imagination.sourceforge.net"] = new Object();
+
+// Reference
+LinternaMagica.prototype.sites["www.imagination.sourceforge.net"] = 
"imagination.sourceforge.net";
+LinternaMagica.prototype.sites["imagination.sf.net"] = 
"imagination.sourceforge.net";
+LinternaMagica.prototype.sites["www.imagination.sf.net"] = 
"imagination.sourceforge.net";
+
+LinternaMagica.prototype.sites["imagination.sourceforge.net"].css_fixes = 
+function(object_data)
+{
+    // See bugs #39319: https://savannah.nongnu.org/bugs/?39319
+    object_data.parent.style.setProperty('display', "inline-block", 
"important");
+}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]