This commit is contained in:
Peter Jaszkowiak
2017-04-23 12:48:35 -06:00
parent 04f884db65
commit 81e23a8a9a

View File

@@ -48,7 +48,7 @@ define('storage', function () {
}
var storage;
var item = Date.now();
var item = Date.now().toString();
try {
storage = window.localStorage;