Commit 6c6f05563c3ee6b270ae6be1adcc340fad17e290
- Diff rendering mode:
- inline
- side by side
www/js/dss11/separated_js/sysconfpanel.js
(1 / 1)
|   | |||
| 230 | 230 | if (secs > 0) { | |
| 231 | 231 | w.updateProgress(1-(secs/dSS11.config.rebootWait), secs + " " + | |
| 232 | 232 | dSS11.config.gt.ngettext("second remaining", | |
| 233 | "n% seconds remaining", | ||
| 233 | "seconds remaining", | ||
| 234 | 234 | secs)); | |
| 235 | 235 | secs--; | |
| 236 | 236 | this.rebootWaitMsg.defer(1000, this, [secs, w]); |

