update fallback hash

This commit is contained in:
Zack Rauen 2018-07-19 10:37:06 -04:00
parent 48844445d6
commit bf8b1d2433
2 changed files with 2 additions and 2 deletions

View File

@ -1329,7 +1329,7 @@ Utils.prototype.getHash = function () {
bdConfig.hash = _hash;
resolve(_hash);
}).fail(() => {
_hash = _bdhash || "2cdaf11a12a8ad91cb8617be20dfb0375b61783b";
_hash = _bdhash || "48844445d65c6fb5a019eff14d7dcffcc1744071";
resolve(_hash)
});
});

2
js/main.min.js vendored

File diff suppressed because one or more lines are too long