View Single Post
Old 05-06-2010, 12:42 PM   #1001
kartu
PRS+ author
kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.
 
Posts: 1,637
Karma: 2446233
Join Date: Dec 2007
Device: Sony PRS-300, 505, 600, 650, 950
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,
.....

Last edited by kartu; 05-06-2010 at 12:50 PM.
kartu is offline   Reply With Quote