hide print button

This commit is contained in:
ansuz 2017-07-04 10:35:55 +02:00
parent 43b877ad27
commit 7377d39b39
1 changed files with 3 additions and 1 deletions

View File

@ -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,