Stephanos
It's a part of "betatester's pack" which should be extracted to SD card.
http://code.google.com/p/prs-plus/downloads/list
Duglum
rofllmao
Quote:
I will correct the js later on, hopefully kartu doesn't go nuts because of all these changes =)
|
On this stage it's not a big deal even if you change entire file.
-----------------------------------------------------------------
By the way, if the same string is repeated many times, you could introduce a variable, then simply assign to it, instead of repeating strings (as this is language specific decision it should be done by those, who translate, as in different languages it might not be the same string)
to illustrate, what I am talking about
:
var strDisabled = "disabled"; // somewhere in the beginning of the file
......
VALUE_DISABLED: strDisabled,
.....