瀏覽代碼

Revert commits 0497a225 and e4d80313.

Renée Kooi 6 年之前
父節點
當前提交
cbf7c5564f
共有 3 個文件被更改,包括 0 次插入2 次删除
  1. 0 1
      .eslintignore
  2. 0 1
      website/themes/uppy/layout/layout.ejs
  3. 0 0
      website/themes/uppy/source/js/polyfills.js

+ 0 - 1
.eslintignore

@@ -7,7 +7,6 @@ website/private_modules/hexo-renderer-uppyexamples/node_modules/**
 website/public/**
 website/themes/uppy/source/js/smooth-scroll.min.js
 website/themes/uppy/source/js/uppy.js
-website/themes/uppy/source/js/polyfills.js
 website/themes/uppy/source/uppy/**
 test/endtoend/*/build
 bundle.js

+ 0 - 1
website/themes/uppy/layout/layout.ejs

@@ -29,7 +29,6 @@
     <script>
       window.PAGE_TYPE = "<%- page.type %>"
     </script>
-    <script src="/js/polyfills.js"></script>
     <%- css('css/main') %>
   </head>
   <body class="<%= isIndex ? 'page-index' : 'page-inner' %>">

文件差異過大導致無法顯示
+ 0 - 0
website/themes/uppy/source/js/polyfills.js


部分文件因文件數量過多而無法顯示