speaker layouts in server side notes plugin
This commit is contained in:
@ -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 ) {
|
||||
|
Reference in New Issue
Block a user