diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-12-13 15:57:43 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-12-13 15:57:43 +0100 |
commit | 001d4d94d30dffc3e82a7be0300147f755618aa4 (patch) | |
tree | 8b461607092604b1acf49522d0872d0002e6ab43 /js | |
parent | 40c4db1e04113f317048e8e97479b4fb3e3eb863 (diff) | |
parent | e2a863405782709e8cd30227f8b1157acc30fa19 (diff) | |
download | fosdem-2018-presentation-001d4d94d30dffc3e82a7be0300147f755618aa4.tar fosdem-2018-presentation-001d4d94d30dffc3e82a7be0300147f755618aa4.tar.gz |
Merge branch 'add-refused-to-display-tips-to-link-preview' of https://github.com/Huxpro/reveal.js into dev
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/reveal.js b/js/reveal.js index 28aa400..e9dba2e 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -1603,6 +1603,9 @@ '<div class="spinner"></div>', '<div class="viewport">', '<iframe src="'+ url +'"></iframe>', + '<small class="viewport-inner">', + 'This link is refused to display in a frame due to its policy', + '</small>', '</div>' ].join(''); |