diff options
author | Hakim El Hattab | 2016-09-21 14:10:14 +0200 |
---|---|---|
committer | Hakim El Hattab | 2016-09-21 14:10:45 +0200 |
commit | ec76f4790ce5a9c1248bfab9e0d26eb56eccef79 (patch) | |
tree | 42d6f33d8cec762bdc92126cc082cf1b89595f67 /plugin/notes | |
parent | da5709919b78d1d75a712c6ba6f4520bee3a0be6 (diff) |
speaker layouts in server side notes plugin
Diffstat (limited to 'plugin/notes')
-rw-r--r-- | plugin/notes/notes.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html index 145490a..4fda869 100644 --- a/plugin/notes/notes.html +++ b/plugin/notes/notes.html @@ -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 ) { |