jiti-meet/modules
Leonard Kim 0d4b77d7b1 fix(popover): set display before calculating width
Popover works by first creating a DOM element with display none
then having jquery calculate its width and new position and
then setting display to table. This does not work with p2p
connection stats, which are much wider than the default width
of the popover. What will happen is when display table is set,
the width will increase greatly so the positioning will be off.
The workaround here is to set display table as the default
display but toggle visibility instead.
2017-07-05 15:34:11 -05:00
..
API ref: module.exports -> export for the ES6 modules 2017-06-14 19:37:13 -05:00
UI fix(popover): set display before calculating width 2017-07-05 15:34:11 -05:00
URL Move ConferenceUrl.inviteURL into React and redux 2017-06-01 21:04:31 -05:00
analytics include local.html file meant to define local analytics properties (#1612) 2017-05-30 13:37:43 -05:00
devices Rename functions, fix jquery element ref and indentetation 2016-10-07 13:55:27 -05:00
keyboardshortcut ref: module.exports -> export for the ES6 modules 2017-06-14 19:37:13 -05:00
keycode style(keycode): Comment 2017-01-23 15:29:25 -06:00
recorder ESLint 2016-10-03 11:12:27 -05:00
remotecontrol ref(conference.js): remove global promise 2017-06-28 15:08:09 -05:00
settings [RN] fix(Avatar): Match the implementation for web 2017-03-08 13:21:34 -06:00
translation Fixes loading jquery-i18next. 2017-03-07 17:30:20 -06:00
transport fix(device_selection_popup): On Firefox 2017-06-13 14:08:50 -05:00
util fix: some exports to make it work with webpack 2 2017-06-14 19:37:13 -05:00
FollowMe.js Approach consistent filmstrip naming 2017-04-10 12:59:44 -05:00