update browserfs

This commit is contained in:
radius 2016-09-09 20:36:29 -05:00
parent 558f24eeb4
commit c366b20a5c
2 changed files with 2 additions and 2 deletions

View File

@ -156,7 +156,7 @@
<script src="//cdnjs.cloudflare.com/ajax/libs/dropbox.js/0.10.2/dropbox.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/dropbox.js/0.10.2/dropbox.min.js"></script>
<script src="https://use.fontawesome.com/bb20806e1e.js"></script> <script src="https://use.fontawesome.com/bb20806e1e.js"></script>
<script src="analytics.js"></script> <script src="analytics.js"></script>
<script src="browserfs.js"></script> <script src="browserfs.min.js"></script>
<script src="proto.js"></script> <script src="proto.js"></script>
</body> </body>
</html> </html>

View File

@ -125,7 +125,7 @@ function setupFileSystem(backend)
BrowserFS.initialize(mfs); BrowserFS.initialize(mfs);
var BFS = new BrowserFS.EmscriptenFS(); var BFS = new BrowserFS.EmscriptenFS();
FS.mount(BFS, {root: '/home'}, '/home'); FS.mount(BFS, {root: '/home'}, '/home');
console.log("WEBPLAYER: " + backened + " filesystem initialized"); console.log("WEBPLAYER: " + backend + " filesystem initialized");
} }
/** /**