فهرست منبع

Merge pull request #798 from afshin/filebrowser-example

Update file browser example CSS to load in correct order of priority.
Steven Silvester 8 سال پیش
والد
کامیت
ced7c38292
2فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 0 1
      examples/filebrowser/index.html
  2. 1 0
      examples/filebrowser/src/index.ts

+ 0 - 1
examples/filebrowser/index.html

@@ -5,7 +5,6 @@
     <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
     <script type="text/javascript" src="https://www.promisejs.org/polyfills/promise-6.1.0.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.2.0/require.js"></script>
-    <link href="index.css" rel="stylesheet">
   </head>
   <body>
     <script id='jupyter-config-data' type="application/json">{ "baseUrl": "{{base_url}}" }</script>

+ 1 - 0
examples/filebrowser/src/index.ts

@@ -51,6 +51,7 @@ import {
 
 import 'jupyterlab/lib/basestyle/index.css';
 import 'jupyterlab/lib/default-theme/index.css';
+import '../index.css';
 
 
 function main(): void {