
08-11-2011, 01:10 AM
|
|
Era iPhone PR
|
 |
Join Date: Aug 2010
Posts: 324
|
|
Quote:
Originally Posted by Emera
Screenshots?
PHP Code:
this.can = {"FIRST ACCOUNT", "SECOND ACCOUNT", "THIRD ACCOUNT};
You missed out a " so that would screw the whole code.
PHP Code:
this.can = {"FIRST ACCOUNT", "SECOND ACCOUNT", "THIRD ACCOUNT"};
|
Thanks (fixed) |
|
|
|