Browse Source

Fix display

master
Roderic Day 5 years ago
parent
commit
6887e0e30c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pico.js

+ 1
- 1
pico.js View File

), ),
m('label', m('label',
m('input#mute-check', {onchange: setSelectedMedia, type: 'checkbox'}), m('input#mute-check', {onchange: setSelectedMedia, type: 'checkbox'}),
m('mute'),
m('span', 'mute'),
), ),
), ),
m('.videos', {className: VideoOptions.anyFullScreen()}, m('.videos', {className: VideoOptions.anyFullScreen()},

Loading…
Cancel
Save