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 7334c96 commit 21f92b9Copy full SHA for 21f92b9
LDK/resources/web/LDK/ConvertUtils.js
@@ -37,7 +37,7 @@ LDK.ConvertUtils = new function(){
37
// Mon Jan 01 2024 00:00:00 GMT-0800 (Pacific Standard Time)
38
// Therefore special case this format and append the browser's time zone:
39
if (format === 'c' && value && value.length === 10) {
40
- if (this.verboseLogging) {
+ if (verboseLogging) {
41
console.log('switching from c to Y-m-d format')
42
}
43
@@ -132,7 +132,7 @@ LDK.ConvertUtils = new function(){
132
},
133
134
setVerboseLogging: function(val) {
135
- this.verboseLogging = val;
+ verboseLogging = val;
136
137
138
};
0 commit comments