emscripten Humble Cloud interface
Edward Rudd
2014-08-21 ddb7cd7d4d599df3703610b9523fef7fc2d63a68

fix populate method in shell so it can be run multiple times

1 files modified
3 ■■■■ changed files
client/test/shell.html 3 ●●●● patch | view | raw | blame | history
client/test/shell.html
@@ -1345,8 +1345,7 @@
      }
      function populate_user_cloud()
      {
          FS.createFolder('/user_cloud', 'test', true, true);
          FS.createFolder('/user_cloud/test', 'two', true, true);
          FS.createPath('/user_cloud', 'test/two', true, true);
          FS.writeFile('/user_cloud/test.txt', 'This is a test');
          FS.writeFile('/user_cloud/test/file2.txt', 'This is another test');
          FS.writeFile('/user_cloud/test/two/file3.txt', 'This is another test');