Remove more unnecessary variables from map show view.
This commit is contained in:
@ -1,9 +1,6 @@
|
|||||||
extends ../layout
|
extends ../layout
|
||||||
block content
|
block content
|
||||||
script.
|
script.
|
||||||
var waypointList = !{JSON.stringify(waypoints)};
|
|
||||||
var ziplineList = !{JSON.stringify(ziplines)};
|
|
||||||
var basejumpList = !{JSON.stringify(basejumps)};
|
|
||||||
var completedChallenges = !{JSON.stringify(completedChallengeList)};
|
var completedChallenges = !{JSON.stringify(completedChallengeList)};
|
||||||
.panel.panel-info
|
.panel.panel-info
|
||||||
.panel-heading.text-center
|
.panel-heading.text-center
|
||||||
|
Reference in New Issue
Block a user