Author: lindner
Date: Wed Oct 12 19:07:56 2011
New Revision: 1182529

URL: http://svn.apache.org/viewvc?rev=1182529&view=rev
Log:
SHINDIG-1640 | Patch from Michael Beaver | The sample Media.xml gadget does not 
support multiple instances in IE8

Modified:
    shindig/trunk/content/samplecontainer/examples/media/Media.xml

Modified: shindig/trunk/content/samplecontainer/examples/media/Media.xml
URL: 
http://svn.apache.org/viewvc/shindig/trunk/content/samplecontainer/examples/media/Media.xml?rev=1182529&r1=1182528&r2=1182529&view=diff
==============================================================================
--- shindig/trunk/content/samplecontainer/examples/media/Media.xml (original)
+++ shindig/trunk/content/samplecontainer/examples/media/Media.xml Wed Oct 12 
19:07:56 2011
@@ -69,16 +69,15 @@
                     console.log("dojo initialized");
                     new MediaUI(new SocialWrapper()).init();
                 }
-            
+
                 <!-- Register entry point -->
-                dojo.addOnLoad(init);   // TODO: work-around to tundra.css 
issue
-                //gadgets.util.registerOnLoadHandler(function() {
-                    //dojo.addOnLoad(init);
-                //});     
-            </script>   
+                gadgets.util.registerOnLoadHandler(function() {
+                    dojo.addOnLoad(init);
+                });
+            </script>
         </head>
         <body class="tundra">
         </body>
     </html>
     ]]></Content>
-</Module>
\ No newline at end of file
+</Module>


Reply via email to