Fix print button in slide

This commit is contained in:
yflory
2017-07-20 14:41:51 +02:00
parent 3bd5f01e53
commit a5a73ce326
5 changed files with 27 additions and 12 deletions

View File

@@ -299,7 +299,6 @@ define([
var MutationObserver = window.MutationObserver;
var addTippy = function (el) {
if (el.nodeName === 'IFRAME') { return; }
console.log(el);
Tippy(el, {
position: 'bottom',
distance: 0,