Author Topic: 1.2.0.1: Error "ico is undefined"  (Read 7154 times)

Karl

  • Sr. Member
  • ****
  • Posts: 339
    • ICQ Messenger - 464979879
    • View Profile
1.2.0.1: Error "ico is undefined"
« on: February 17, 2009, 01:11:02 pm »
After editing of a workspace I'm getting this error:

Quote
Error "ico is undefined"

millionleaves

  • Freshman
  • *
  • Posts: 18
    • View Profile
Re: 1.2.0.1: Error "ico is undefined"
« Reply #1 on: February 18, 2009, 01:59:47 am »
Me too. Doesn't appear to affect functionality.

David

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: 1.2.0.1: Error "ico is undefined"
« Reply #2 on: February 18, 2009, 05:30:03 pm »
Do you get this error every time you edit a workspace? Try adding 'if (ico)' before line 228 of file 'public/assets/javascript/og/WorkspacePanel.js' so that you end up with if (ico) ico.classname ...

Karl

  • Sr. Member
  • ****
  • Posts: 339
    • ICQ Messenger - 464979879
    • View Profile
Re: 1.2.0.1: Error "ico is undefined"
« Reply #3 on: February 18, 2009, 06:09:07 pm »
It does not appear any more. It did appear on a fresh installation without additional workspaces. But now with many workspaces there is no more error.