').appendTo($container);
var $div = $('
').appendTo($container2);
@@ -449,7 +449,7 @@ define([
$('').text(Messages.printOptions).appendTo($p);
$p.append($('
'));
// Slide number
- $('', {type: 'checkbox', id: 'checkNumber', checked: 'checked'}).on('change', function () {
+ $('', {type: 'checkbox', id: 'checkNumber', checked: slideOptionsTmp.slide}).on('change', function () {
var c = this.checked;
console.log(c);
slideOptionsTmp.slide = c;
@@ -457,14 +457,14 @@ define([
$('