Skip to content

Commit

Permalink
Remove arjs debug divs
Browse files Browse the repository at this point in the history
  • Loading branch information
dlumbrer authored and jgbarah committed Jan 27, 2019
1 parent 00b2a8e commit eb0da81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ar/js/aframedc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2800,7 +2800,7 @@ function aframedc() {
}
aframedc.dashboard = function (containerdiv) {
var scene = document.getElementById("aframeScene");
scene.setAttribute('arjs', '');
scene.setAttribute('arjs', 'debugUIEnabled: false');
scene.setAttribute('embedded', '');
scene.setAttribute('antialias', "true");
//creating camera
Expand Down

0 comments on commit eb0da81

Please sign in to comment.