examples/bootstrap/modal.html
authorAlan Knowles <alan@roojs.com>
Fri, 30 Nov 2018 03:39:52 +0000 (11:39 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 30 Nov 2018 03:39:52 +0000 (11:39 +0800)
examples/bootstrap/modal.html

index 14d7299..b1afc52 100644 (file)
   
   <body id="body">
     <script type="text/javascript">
-       Roo.example.modal.show();
+             Roo.onReady(function() {
 
+       Roo.example.modal.show();
+             });
     </script>
   </body>
 </html>
\ No newline at end of file