Closed chpmrc closed 12 years ago
I didn't try with other "old" browsers but I wanted to report that (at line 692) String.format can't be recognized because of the lack of the ExtJS namespace.
Resolved by replacing String.format with Ext.String.format.
Thanks for the report, will fix asap.
Thanks again - fixed.
Thank you for being so quick! :)
The thanks should go to you, you did all the work figuring out what was wrong and how to fix it.
I didn't try with other "old" browsers but I wanted to report that (at line 692) String.format can't be recognized because of the lack of the ExtJS namespace.
Resolved by replacing String.format with Ext.String.format.