diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-12-13 16:16:51 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-12-13 16:16:51 +0100 |
commit | f2bd9d297018e1af97ebee147a8824bfb61c2bed (patch) | |
tree | 214db770f07b4f1b58dbe5eb2b808297788caf03 /js/reveal.js | |
parent | 001d4d94d30dffc3e82a7be0300147f755618aa4 (diff) | |
download | fosdem-2018-presentation-f2bd9d297018e1af97ebee147a8824bfb61c2bed.tar fosdem-2018-presentation-f2bd9d297018e1af97ebee147a8824bfb61c2bed.tar.gz |
don't show error message while iframe fades in #1577
Diffstat (limited to 'js/reveal.js')
-rw-r--r-- | js/reveal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js index e9dba2e..7a4bc9e 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -1604,7 +1604,7 @@ '<div class="viewport">', '<iframe src="'+ url +'"></iframe>', '<small class="viewport-inner">', - 'This link is refused to display in a frame due to its policy', + '<span class="x-frame-error">Unable to load iframe. This is likely due to the site\'s policy (x-frame-options).</span>', '</small>', '</div>' ].join(''); |