examples/bootstrap4/popover.html
authorAlan Knowles <alan@roojs.com>
Wed, 27 Jan 2021 09:09:37 +0000 (17:09 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 27 Jan 2021 09:09:37 +0000 (17:09 +0800)
examples/bootstrap4/popover.html

index 846f080..1da7945 100644 (file)
     <script type="text/javascript" src="../bootstrap/popover.js"></script>
   </head>
   
-  <body id="bootstrap-body">
+  <body id="body">
     <script type="text/javascript">
        Roo.onReady(function() {
           Pman.Popover.FileTest.show({});
       });
 
     </script>
-    
+    <div id="bootstrap-body"></div>
   </body>
   
 </html>
\ No newline at end of file