diff --git a/include/webutil.js b/include/webutil.js index ee370e04..7a0a0760 100644 --- a/include/webutil.js +++ b/include/webutil.js @@ -17,7 +17,7 @@ var WebUtil = {}, $D; * Simple DOM selector by ID */ if (!window.$D) { - $D = function (id) { + window.$D = function (id) { if (document.getElementById) { return document.getElementById(id); } else if (document.all) {