|
@@ -17,7 +17,7 @@ var WebUtil = {}, $D;
|
|
* Simple DOM selector by ID
|
|
* Simple DOM selector by ID
|
|
*/
|
|
*/
|
|
if (!window.$D) {
|
|
if (!window.$D) {
|
|
- $D = function (id) {
|
|
|
|
|
|
+ window.$D = function (id) {
|
|
if (document.getElementById) {
|
|
if (document.getElementById) {
|
|
return document.getElementById(id);
|
|
return document.getElementById(id);
|
|
} else if (document.all) {
|
|
} else if (document.all) {
|