fix attribute
[roojs1] / examples / bootstrap4 / modal.html
index f9838d4..6873568 100644 (file)
@@ -6,8 +6,8 @@
     
     <!-- Bootstrap -->
     <link rel="stylesheet" href="../../css-bootstrap4/bootstrap.min.css">
-    <link rel="stylesheet" href="../../css-bootstrap4/roojs-bootstrap.min.css">
-     <link rel="stylesheet" href="../../css-bootstrap4/font-awesome.min.css"> 
+    <link rel="stylesheet" href="../../css-bootstrap4/roojs-bootstrap.css">
+     <link rel="stylesheet" href="../../fonts/font-awesome.css"> 
          
         
         
@@ -22,7 +22,7 @@
   <body id="body">
     <script type="text/javascript">
        Roo.onReady(function() {
-          Roo.example.modal.show();
+          Roo.example.modal.show({});
       });
 
     </script>