Merge branch 'add-refused-to-display-tips-to-link-preview' of https://github.com/Huxpro/reveal.js into dev

This commit is contained in:
Hakim El Hattab
2016-12-13 15:57:43 +01:00
2 changed files with 13 additions and 0 deletions

View File

@ -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('');