Fossil SCM
Resolved a slight layout mis-shift of the main input field introduced by the previous checkin.
Commit
5b84e810c1e88e862dfdb5788f2eb2589bc61a1a0058361fe9d4aa4425916611
Parent
6c07b28636dac56…
1 file changed
+2
-3
+2
-3
| --- src/fossil.page.pikchrshowasm.js | ||
| +++ src/fossil.page.pikchrshowasm.js | ||
| @@ -419,13 +419,12 @@ | ||
| 419 | 419 | |
| 420 | 420 | |
| 421 | 421 | //////////////////////////////////////////////////////////// |
| 422 | 422 | // Set up selection list of predefined scripts... |
| 423 | 423 | if(true){ |
| 424 | - const selectScript = PS.e.selectScript = D.select(), | |
| 425 | - cbWrap = D.addClass(D.span(),'labeled-input'); | |
| 426 | - D.append(PS.e.zoneInputButtons, D.append(cbWrap, selectScript)); | |
| 424 | + const selectScript = PS.e.selectScript = D.select(); | |
| 425 | + D.append(PS.e.zoneInputButtons, selectScript); | |
| 427 | 426 | PS.predefinedPiks.forEach(function(script,ndx){ |
| 428 | 427 | const opt = D.option(script.code ? script.code.trim() :'', script.name); |
| 429 | 428 | D.append(selectScript, opt); |
| 430 | 429 | if(!ndx) selectScript.selectedIndex = 0 /*timing/ordering workaround*/; |
| 431 | 430 | if(ndx && !script.code){ |
| 432 | 431 |
| --- src/fossil.page.pikchrshowasm.js | |
| +++ src/fossil.page.pikchrshowasm.js | |
| @@ -419,13 +419,12 @@ | |
| 419 | |
| 420 | |
| 421 | //////////////////////////////////////////////////////////// |
| 422 | // Set up selection list of predefined scripts... |
| 423 | if(true){ |
| 424 | const selectScript = PS.e.selectScript = D.select(), |
| 425 | cbWrap = D.addClass(D.span(),'labeled-input'); |
| 426 | D.append(PS.e.zoneInputButtons, D.append(cbWrap, selectScript)); |
| 427 | PS.predefinedPiks.forEach(function(script,ndx){ |
| 428 | const opt = D.option(script.code ? script.code.trim() :'', script.name); |
| 429 | D.append(selectScript, opt); |
| 430 | if(!ndx) selectScript.selectedIndex = 0 /*timing/ordering workaround*/; |
| 431 | if(ndx && !script.code){ |
| 432 |
| --- src/fossil.page.pikchrshowasm.js | |
| +++ src/fossil.page.pikchrshowasm.js | |
| @@ -419,13 +419,12 @@ | |
| 419 | |
| 420 | |
| 421 | //////////////////////////////////////////////////////////// |
| 422 | // Set up selection list of predefined scripts... |
| 423 | if(true){ |
| 424 | const selectScript = PS.e.selectScript = D.select(); |
| 425 | D.append(PS.e.zoneInputButtons, selectScript); |
| 426 | PS.predefinedPiks.forEach(function(script,ndx){ |
| 427 | const opt = D.option(script.code ? script.code.trim() :'', script.name); |
| 428 | D.append(selectScript, opt); |
| 429 | if(!ndx) selectScript.selectedIndex = 0 /*timing/ordering workaround*/; |
| 430 | if(ndx && !script.code){ |
| 431 |