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

index d55423f..431f1a0 100644 (file)
   </body>
     <script type="text/javascript">
        Roo.onReady(function() {
+          var  e = Roo.get("bootstrap-body");
+          if (!e) {
+             return;
+          }
           Pman.Popover.FileTest.show(Roo.get("bootstrap-body"));
       });