diff --git a/common/js/common.js b/common/js/common.js index 69eab7352..88c2eca4a 100644 --- a/common/js/common.js +++ b/common/js/common.js @@ -910,7 +910,7 @@ function ucfirst(str) { return str.charAt(0).toUpperCase() + str.slice(1); } -function xGetElementById(id) { +function get_by_id(id) { return document.getElementById(id); }