hide print button

This commit is contained in:
ansuz
2017-07-04 10:35:55 +02:00
parent 43b877ad27
commit 7377d39b39

View File

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