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

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