Browse Source

Use only the bundled version in i18n example

Artur Paikin 9 years ago
parent
commit
e4add9c2a8
2 changed files with 2 additions and 4 deletions
  1. 1 3
      website/src/examples/i18n/app.html
  2. 1 1
      website/src/examples/i18n/index.ejs

+ 1 - 3
website/src/examples/i18n/app.html

@@ -1,9 +1,7 @@
 <!-- Basic Uppy styles -->
 <link rel="stylesheet" href="/uppy/uppy.min.css">
 
-<div class="UppyDragDrop">
-
-</div>
+<div class="UppyDragDrop"></div>
 
 <!-- Load Uppy pre-built bundled version and Russian language pack -->
 <script src="/uppy/uppy.min.js"></script>

+ 1 - 1
website/src/examples/i18n/index.ejs

@@ -13,7 +13,7 @@ and the module, that you can bundle yourself with tools like <a href="http://web
 
 <link rel="stylesheet" href="app.css">
 <% include app.html %>
-<script src="app.js"></script>
+<!--script src="app.js"></script-->
 
 <hr />