- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
function printf(format, value) {
return format.replace(/%s/, value.toString());
}
return {
updateProgressBar: function (percentage) {
console.log("update \"progressBar\" status");
progressBar.innerHTML = printf("<p>%s %</p>", percentage);
}
};
Ccik 21.03.2013 09:15 # −6
LispGovno 21.03.2013 17:52 # −2
Ccik 21.03.2013 21:54 # −6
LispGovno 21.03.2013 22:05 # −1
guest 22.03.2013 09:14 # +3
Ccik 22.03.2013 13:58 # −6
guest 22.03.2013 21:29 # −3
guest 22.03.2013 22:52 # −3
bormand 22.03.2013 22:55 # +1
guest 22.03.2013 23:12 # 0
guest 23.03.2013 10:47 # −1
guest 22.03.2013 11:02 # +3
scriptin 22.03.2013 20:45 # +1
eth0 23.03.2013 17:34 # 0
anonimb84a2f6fd141 07.04.2013 00:13 # −3