fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Change field length.
[redakcja.git]
/
src
/
redakcja
/
static
/
js
/
wiki
/
dialog_pubmark.js
diff --git
a/src/redakcja/static/js/wiki/dialog_pubmark.js
b/src/redakcja/static/js/wiki/dialog_pubmark.js
index
6d20493
..
7d0126e
100644
(file)
--- a/
src/redakcja/static/js/wiki/dialog_pubmark.js
+++ b/
src/redakcja/static/js/wiki/dialog_pubmark.js
@@
-19,7
+19,11
@@
$("input[name='pubmark-id']", this.$form).val(CurrentDocument.id);
$("input[name='pubmark-revision']", this.$form).val(options.revision);
$("input[name='pubmark-id']", this.$form).val(CurrentDocument.id);
$("input[name='pubmark-revision']", this.$form).val(options.revision);
-
+ if (options.approved) {
+ $("input[name='pubmark-publishable']", this.$form).prop('checked');
+ } else {
+ $("input[name='pubmark-publishable']", this.$form).removeProp('checked');
+ }
}
cancelAction() {
}
cancelAction() {