speaker layouts in server side notes plugin
This commit is contained in:
parent
da5709919b
commit
ec76f4790c
2 changed files with 202 additions and 20 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue