mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 01:51:40 -05:00
making currentDigestHandle global
This commit is contained in:
parent
096828194b
commit
6209685a8b
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ var dateHash = function(mDate) {
|
|||
var currentMDateForDigest = function() {
|
||||
return moment(Session.get('currentDate')).startOf('day');
|
||||
}
|
||||
var currentDigestHandle = function() {
|
||||
currentDigestHandle = function() {
|
||||
return digestHandles[dateHash(currentMDateForDigest())];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue