Skip to content

Commit

Permalink
Fixing the room name bug. Adding docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aalavandhaann committed Jun 12, 2019
1 parent b3f4f17 commit 88ab33d
Show file tree
Hide file tree
Showing 173 changed files with 2,813,940 additions and 52 deletions.
5 changes: 5 additions & 0 deletions .esdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"source": "./src/scripts/",
"destination": "./docs",
"plugins": [{"name": "esdoc-standard-plugin"}]
}
4 changes: 4 additions & 0 deletions build/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ var mainControls = function(blueprint3d)
function loadDesign()
{
files = $("#loadFile").get(0).files;
if(files.length == 0)
{
files = $("#loadFile2d").get(0).files;
}
var reader = new FileReader();
reader.onload = function(event) {
var data = event.target.result;
Expand Down
2 changes: 1 addition & 1 deletion build/js/bp3djs.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 88ab33d

Please sign in to comment.