1
0
mirror of https://github.com/golang/go synced 2024-11-18 13:14:47 -07:00
go/cmd/present/static
glorieux 527b253f58 x/tools/cmd/present: Fix present not working on Safari
As described on https://github.com/golang/go/issues/16216 present is not
currently working on Safari because of the use of ES6 JavaScript let
statements.
The solution is to use var statements instead of let.

Fixes golang/go#16216

Change-Id: I44c84f920aa41dfc8de5997ab50a440de6d57093
Reviewed-on: https://go-review.googlesource.com/24721
Reviewed-by: Andrew Gerrand <adg@golang.org>
2016-07-03 04:58:21 +00:00
..
article.css go.tools/cmd/present: add present tool 2014-05-05 14:55:27 -07: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 x/tools/present: fix null notes value on initial slide 2016-06-14 00:56:51 +00:00
slides.js x/tools/cmd/present: Fix present not working on Safari 2016-07-03 04:58:21 +00:00
styles.css cmd/present: fix displaying line numbers for .code and .play 2016-03-07 22:14:29 +00:00