mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-27 13:34:30 -04:00
Width hack.
This commit is contained in:
parent
c486962ff8
commit
e52b3dd440
19 changed files with 132 additions and 90 deletions
|
@ -156,6 +156,7 @@ const init = () => {
|
|||
.on('click', ev => {
|
||||
store.put(storekey, !store.get(storekey));
|
||||
updateSettings();
|
||||
event.pub('resize');
|
||||
ev.preventDefault();
|
||||
});
|
||||
|
||||
|
@ -168,5 +169,4 @@ const init = () => {
|
|||
event.sub('location.changed', onLocationChanged);
|
||||
};
|
||||
|
||||
|
||||
init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue