Removed useless logs and docs in prototype since there is a tutorial
This commit is contained in:
parent
3f5b9516c6
commit
6ac0e54906
|
@ -6,7 +6,7 @@ block title
|
||||||
block configjs
|
block configjs
|
||||||
script RecommendedCamera = FixedCamera;
|
script RecommendedCamera = FixedCamera;
|
||||||
|
|
||||||
block preciseDescription
|
//-block preciseDescription
|
||||||
p
|
p
|
||||||
| Recommended views are displayed with a
|
| Recommended views are displayed with a
|
||||||
| transparent blue arrow. They disappear when you
|
| transparent blue arrow. They disappear when you
|
||||||
|
|
|
@ -9,7 +9,7 @@ block mainjs
|
||||||
script(src="/static/js/prototypeinteractive.min.js")
|
script(src="/static/js/prototypeinteractive.min.js")
|
||||||
|
|
||||||
block description
|
block description
|
||||||
#instructions.panel.panel-default
|
//-#instructions.panel.panel-default
|
||||||
.panel-heading
|
.panel-heading
|
||||||
h4.panel-title
|
h4.panel-title
|
||||||
a(href="#", data-target="#collapseInstructions", data-toggle="collapse",onclick="setTimeout(onWindowResize,500);") Instructions
|
a(href="#", data-target="#collapseInstructions", data-toggle="collapse",onclick="setTimeout(onWindowResize,500);") Instructions
|
||||||
|
|
|
@ -6,7 +6,7 @@ block title
|
||||||
block configjs
|
block configjs
|
||||||
script RecommendedCamera = ReverseCamera;
|
script RecommendedCamera = ReverseCamera;
|
||||||
|
|
||||||
block preciseDescription
|
//-block preciseDescription
|
||||||
p
|
p
|
||||||
| Recommended views are displayed with a strange
|
| Recommended views are displayed with a strange
|
||||||
| blue object. Basically, the curve at the
|
| blue object. Basically, the curve at the
|
||||||
|
|
|
@ -6,7 +6,7 @@ block title
|
||||||
block configjs
|
block configjs
|
||||||
script RecommendedCamera = OldFixedCamera;
|
script RecommendedCamera = OldFixedCamera;
|
||||||
|
|
||||||
block preciseDescription
|
//-block preciseDescription
|
||||||
p
|
p
|
||||||
| Recommended views are displayed with a
|
| Recommended views are displayed with a
|
||||||
| transparent red rectangle and some lines.
|
| transparent red rectangle and some lines.
|
||||||
|
|
|
@ -43,10 +43,10 @@ app.use(function(req, res, next) {
|
||||||
next();
|
next();
|
||||||
});
|
});
|
||||||
|
|
||||||
app.use(function(req, res, next) {
|
// app.use(function(req, res, next) {
|
||||||
console.log(req.session.user_id);
|
// console.log(req.session.user_id);
|
||||||
next();
|
// next();
|
||||||
});
|
// });
|
||||||
|
|
||||||
// Load controllers
|
// Load controllers
|
||||||
console.log("Loading controllers :");
|
console.log("Loading controllers :");
|
||||||
|
|
Loading…
Reference in New Issue