pass heart mode variable to javascript

pull/1046/head
Justin Richer 2016-03-09 10:47:48 -05:00
parent 3a0fd9141f
commit 52061ff05a
1 changed files with 3 additions and 0 deletions

View File

@ -73,6 +73,9 @@
return false;
}
}
var heartMode = ${config.heartMode};
</script>
</head>