diff options
Diffstat (limited to 'ext/mixed/js')
| -rw-r--r-- | ext/mixed/js/display.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js index ce43b22c..b454bf59 100644 --- a/ext/mixed/js/display.js +++ b/ext/mixed/js/display.js @@ -574,7 +574,7 @@ class Display {              if (button !== null) {                  let titleDefault = button.dataset.titleDefault;                  if (!titleDefault) { -                    titleDefault = button.title || ""; +                    titleDefault = button.title || '';                      button.dataset.titleDefault = titleDefault;                  }                  button.title = `${titleDefault}\n${info}`; |