pandorafms/pandora_console/include/styles/cb/lib/xhide.js

5 lines
208 B
JavaScript

// xHide, Copyright 2001-2005 Michael Foster (Cross-Browser.com)
// Part of X, a Cross-Browser Javascript Library, Distributed under the terms of the GNU LGPL
function xHide(e){return xVisibility(e,0);}