Fossil SCM
Swapped the order of the diff context load buttons to improve usability slightly, per forum feedback.
Commit
4e45fcc997ed9b98343f78669c1256d615c038bffb57df0c169a8c8e1b8a0f0d
Parent
8d88f08801e418d…
1 file changed
+1
-1
+1
-1
| --- src/fossil.diff.js | ||
| +++ src/fossil.diff.js | ||
| @@ -188,12 +188,12 @@ | ||
| 188 | 188 | btnUp = this.createButton(this.FetchType.NextUp); |
| 189 | 189 | } |
| 190 | 190 | } |
| 191 | 191 | //this.e.btnUp = btnUp; |
| 192 | 192 | //this.e.btnDown = btnDown; |
| 193 | - if(btnDown) D.append(this.e.btnWrapper, btnDown); | |
| 194 | 193 | if(btnUp) D.append(this.e.btnWrapper, btnUp); |
| 194 | + if(btnDown) D.append(this.e.btnWrapper, btnDown); | |
| 195 | 195 | D.append(this.e.btnWrapper, this.e.msgWidget); |
| 196 | 196 | /* For debugging only... */ |
| 197 | 197 | this.e.posState = D.span(); |
| 198 | 198 | D.append(this.e.btnWrapper, this.e.posState); |
| 199 | 199 | this.updatePosDebug(); |
| 200 | 200 |
| --- src/fossil.diff.js | |
| +++ src/fossil.diff.js | |
| @@ -188,12 +188,12 @@ | |
| 188 | btnUp = this.createButton(this.FetchType.NextUp); |
| 189 | } |
| 190 | } |
| 191 | //this.e.btnUp = btnUp; |
| 192 | //this.e.btnDown = btnDown; |
| 193 | if(btnDown) D.append(this.e.btnWrapper, btnDown); |
| 194 | if(btnUp) D.append(this.e.btnWrapper, btnUp); |
| 195 | D.append(this.e.btnWrapper, this.e.msgWidget); |
| 196 | /* For debugging only... */ |
| 197 | this.e.posState = D.span(); |
| 198 | D.append(this.e.btnWrapper, this.e.posState); |
| 199 | this.updatePosDebug(); |
| 200 |
| --- src/fossil.diff.js | |
| +++ src/fossil.diff.js | |
| @@ -188,12 +188,12 @@ | |
| 188 | btnUp = this.createButton(this.FetchType.NextUp); |
| 189 | } |
| 190 | } |
| 191 | //this.e.btnUp = btnUp; |
| 192 | //this.e.btnDown = btnDown; |
| 193 | if(btnUp) D.append(this.e.btnWrapper, btnUp); |
| 194 | if(btnDown) D.append(this.e.btnWrapper, btnDown); |
| 195 | D.append(this.e.btnWrapper, this.e.msgWidget); |
| 196 | /* For debugging only... */ |
| 197 | this.e.posState = D.span(); |
| 198 | D.append(this.e.btnWrapper, this.e.posState); |
| 199 | this.updatePosDebug(); |
| 200 |