examples/bootstrap/modal.html
authorEdward <edward@roojs.com>
Thu, 20 Mar 2014 09:28:58 +0000 (17:28 +0800)
committerEdward <edward@roojs.com>
Thu, 20 Mar 2014 09:28:58 +0000 (17:28 +0800)
examples/bootstrap/modal.html

index e4a11bc..fdd486a 100644 (file)
@@ -62,8 +62,9 @@
     <script type="text/javascript">
       Roo.onReady(function() {
           Roo.XComponent.build();
+          Roo.ComponentMgr.get('test-modal').show();
       });
-      Roo.ComponentMgr.get('test-modal').show();
+      
     </script>
   </body>
 </html>
\ No newline at end of file