mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-15 20:17:43 +00:00
change(web): keyman-page-trailer -> kmw-page-trailer in order to match common prefix
This commit is contained in:
parent
cd322340df
commit
8a5c49c585
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ export class PageIntegrationHandlers {
|
|||
// Add a blank DIV to the bottom of the page to allow the bottom of the page to be shown
|
||||
const dTrailer = this.mobilePageTrailer = document.createElement('div');
|
||||
const ds=dTrailer.style;
|
||||
dTrailer.className = 'keyman-page-trailer';
|
||||
dTrailer.className = 'kmw-page-trailer';
|
||||
ds.width='100%';
|
||||
ds.height=(screen.width/2)+'px'; // ... interesting choice, but okay.
|
||||
document.body.appendChild(dTrailer);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue