hide print button

pull/1/head
ansuz 7 years ago
parent 43b877ad27
commit 7377d39b39

@ -468,7 +468,9 @@ define([
Cryptpad.feedback('PRINT_SLIDES');
//$('body').append(createPrintDialog());
}).append($('<span>', {'class': 'drawer'}).text(Messages.printText));
$drawer.append($printButton);
// TODO reenable this when it is working again
//$drawer.append($printButton);
var $slideOptions = $('<button>', {
title: Messages.slideOptionsTitle,

Loading…
Cancel
Save