Width hack.

This commit is contained in:
Lars Jung 2016-07-23 22:30:26 +02:00
parent c486962ff8
commit e52b3dd440
19 changed files with 132 additions and 90 deletions

View file

@ -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();