1
0
mirror of https://github.com/golang/go synced 2024-09-30 22:58:34 -06:00
go/cmd/present/static
Daniela Petruzalek a101b041de cmd/present: use unique key for destSlide in local store
We use a 'destSlide' entry in the local storage to keep presentation
and notes in sync while using '-notes' flag. This caused a name
collision if we had different presentations open at the same time.

This changes the 'destSlide' key in local storage to
'destSlide:<presentation-url>' to avoid collisions between different
presentations.

Fixes golang/go#24688

Change-Id: I4833fa83856a96b5978c09ed7e4360484ba4f109
Reviewed-on: https://go-review.googlesource.com/c/tools/+/178659
Reviewed-by: Andrew Bonventre <andybons@golang.org>
2019-06-24 22:21:33 +00:00
..
article.css cmd/present: adjust article presentation 2016-11-29 02:21:02 +00:00
dir.css go.tools/cmd/present: add present tool 2014-05-05 14:55:27 -07:00
dir.js go.tools/cmd/present: add present tool 2014-05-05 14:55:27 -07:00
favicon.ico go.tools/cmd/present: add present tool 2014-05-05 14:55:27 -07:00
jquery-ui.js go.tools/cmd/present: move jquery ui code into static 2014-07-16 16:33:46 +10:00
notes.css x/tools/present: display presenter notes and synchronize browser windows 2016-06-01 05:16:27 +00:00
notes.js cmd/present: use unique key for destSlide in local store 2019-06-24 22:21:33 +00:00
slides.js cmd/present: use unique key for destSlide in local store 2019-06-24 22:21:33 +00:00
styles.css cmd/present: display slide numbers 2018-04-13 16:54:21 +00:00