hide print button
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user