svncommit
2006-09-23 6649b1f0a5db6160d197a13ca79cfd67fbb02d77
program/js/common.js
@@ -343,6 +343,13 @@
  }
// make a string URL safe
function urlencode(str)
{
  return window.encodeURI ? encodeURI(str).replace(/&/g, '%26') : escape(str);
}
// get any type of html objects by id/name
function rcube_find_object(id, d)
  {