[OPEN-ILS-DEV] Mac Staff Client
Grant Johnson
fgjohnson at upei.ca
Thu Mar 11 11:12:42 EST 2010
... I laughed out loud!
and everyone looked.
>
> I'm feeling a little dirty for suggesting just commenting out error
> reporting. The following would just quiet the noted error.
>
>
>
> Index: widgets.js
> ===================================================================
> --- widgets.js (revision 15779)
> +++ widgets.js (working copy)
> @@ -312,6 +312,9 @@
> case 'textbox' :
> n.value = t; n.setAttribute('value',t);
> break;
> + case 'treecol' :
> + // do something?
> + break;
> default:
> alert("FIXME: util.widgets.set_text doesn't know how to
> handle " + n.nodeName);
> break;
--
Grant
More information about the Open-ils-dev
mailing list