mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 08:45:53 +01:00
Automagically grab form charset in ;S.
This commit is contained in:
@@ -232,9 +232,8 @@ var StatusLine = Module("statusline", {
|
||||
else if (progress < 1) {
|
||||
progress = Math.floor(progress * 20);
|
||||
progressStr = "["
|
||||
+ "====================".substr(0, progress)
|
||||
+ ">"
|
||||
+ " ".substr(0, 19 - progress)
|
||||
+ "===================> "
|
||||
.substr(20 - progress, 20)
|
||||
+ "]";
|
||||
}
|
||||
this.widgets.progress.value = progressStr;
|
||||
|
||||
Reference in New Issue
Block a user