[#908] Merged remote work and the work on my work comp

This commit is contained in:
David Seifried 2012-05-28 10:39:02 -04:00
Родитель f8810af5de 9cf07ce18a
Коммит df43461d0f
2 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -68,10 +68,9 @@ api - https://github.com/documentcloud/document-viewer/blob/master/public/javasc
},
preload: {
elem: "input",
type: "boolean",
type: "checkbox",
label: "Preload",
"default": true,
optional: true
"default": true
},
page: {
elem: "input",

Просмотреть файл

@ -198,7 +198,6 @@
type: "text",
label: "Data"
},
/* TODO: how to show a checkbox/boolean? */
dynamic: {
elem: "input",
type: "checkbox",