We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df0aae commit 11fdaf3Copy full SHA for 11fdaf3
client/src/js/modules/dc/routes.js
@@ -58,8 +58,7 @@ application.addInitializer(function() {
58
// },
59
60
function lookupVisit(visit) {
61
- // router guard takes care of setting proposal from route path
62
- //application.cookie(visit.split('-')[0])
+ application.cookie(visit.split('-')[0])
63
64
return new Promise((resolve, reject) => {
65
visitModel = new Visit({ VISIT: visit })
0 commit comments