speaker layouts in server side notes plugin

This commit is contained in:
Hakim El Hattab
2016-09-21 14:10:14 +02:00
parent da5709919b
commit ec76f4790c
2 changed files with 202 additions and 20 deletions

View File

@ -544,6 +544,10 @@
}
/**
* Returns the ID of the most recently set speaker layout
* or our default layout if none has been set.
*/
function getLayout() {
if( window.localStorage ) {