View Single Post
Old 08-21-2007, 01:59 PM   #27
ns66
Connoisseur
ns66 doesn't litterns66 doesn't litter
 
Posts: 78
Karma: 156
Join Date: Jul 2007
Device: sony reader
this code is in the original hard_reset code (sony code?)

<function id="doDigit" params="part">
var keyCode = part.key.charCodeAt(0);
if (keyCode == 53) /* 5 */
this.bubble("doHardReset");
else
this.getModel().doDigit(part);
</function>

so i don't think that's the problem
ns66 is offline   Reply With Quote