We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7cd362 commit 6ca4e35Copy full SHA for 6ca4e35
src/static/a/BNETDocs.js
@@ -108,7 +108,7 @@ function BNETDocs() {
108
this.fTimeToLocale = function() {
109
var timestamps = document.getElementsByTagName('time');
110
for (var id in timestamps) {
111
- if (self.isNumeric(id) &&
+ if (timestamps[id].attributes === undefined ||
112
timestamps[id].attributes.datetime === undefined
113
) continue;
114
var d = new Date(timestamps[id].attributes.datetime.value);
0 commit comments