Skip to content

Commit

Permalink
Hidden comment and sign from public
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziron committed Aug 3, 2017
1 parent 312302f commit 179810f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion routes/api/lineMaps.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ adminRouter.post('/', function (req, res) {
})


privateRouter.get('/:map', function (req, res, next) {
publicRouter.get('/:map', function (req, res, next) {
const id = req.params.map

if (!ObjectId.isValid(id)) {
Expand Down
2 changes: 2 additions & 0 deletions views/line_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ <h3 class="card-header"><i class="fa fa-ambulance" aria-hidden="true"></i> Rescu
</div>
</div>
</div>
<!--
<div class="row" style="margin:30 0 0 0;">
<div class="col-md-12">
<div id="sign" class="card">
Expand Down Expand Up @@ -207,5 +208,6 @@ <h2>Co-Referee Sign</h2>
</div>
</div>
</div>
-->
<div class="row"></div>
</div>
2 changes: 2 additions & 0 deletions views/maze_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ <h3>{{countWords[$index]}} floor</h3>
</div>
</div>
</div>
<!--
<div class="row" style="margin:30 0 0 0;">
<div class="col-md-12">
<div id="sign" class="card">
Expand Down Expand Up @@ -212,5 +213,6 @@ <h2>Co-Referee Sign</h2>
</div>
</div>
</div>
-->
<div class="row"></div>
</div>

0 comments on commit 179810f

Please sign in to comment.