[Sie-announce] SIEコード [1901] object要素とembed要素を非表示にした

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 6月 19日 (土) 23:11:07 JST


Revision: 1901
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1901
Author:   dhrname
Date:     2010-06-19 23:11:07 +0900 (Sat, 19 Jun 2010)

Log Message:
-----------
object要素とembed要素を非表示にした

Modified Paths:
--------------
    branches/06x/061/org/w3c/dom/svg.js

Modified: branches/06x/061/org/w3c/dom/svg.js
===================================================================
--- branches/06x/061/org/w3c/dom/svg.js	2010-06-18 15:00:47 UTC (rev 1900)
+++ branches/06x/061/org/w3c/dom/svg.js	2010-06-19 14:11:07 UTC (rev 1901)
@@ -1320,6 +1320,7 @@
     var data = "src";
   }
   xmlhttp.open("GET", objei.getAttribute(data), true);
+  objei.style.display = "none";
   xmlhttp.setRequestHeader("X-Requested-With", "XMLHttpRequest");
   xmlhttp.onreadystatechange = function() {
     if (xmlhttp.readyState === 4  &&  xmlhttp.status === 200) {




Sie-announce メーリングリストの案内
Back to archive index