summaryrefslogtreecommitdiff
path: root/app/ui.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/ui.js')
-rw-r--r--app/ui.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/ui.js b/app/ui.js
index fd3d036..8e2e78f 100644
--- a/app/ui.js
+++ b/app/ui.js
@@ -761,11 +761,6 @@ const UI = {
}
}
} else {
- /*Weird IE9 error leads to 'null' appearring
- in textboxes instead of ''.*/
- if (value === null) {
- value = "";
- }
ctrl.value = value;
}
},