summaryrefslogtreecommitdiff
path: root/run.inc
diff options
context:
space:
mode:
authorprashantsinalkar2019-09-27 18:20:43 +0530
committerprashantsinalkar2019-09-27 18:20:43 +0530
commit194655aee4774da54fba4fc038b9f90a88b091b9 (patch)
treeff6f521686db7c60712c664f3fe159c20486297f /run.inc
parentfda48db24ed6a04bc056d3ebc48dbfa82a457907 (diff)
parentdbe57ff6cc9b53f1db9abf1e6733b49fa38da349 (diff)
downloadr_textbook_companion-194655aee4774da54fba4fc038b9f90a88b091b9.tar.gz
r_textbook_companion-194655aee4774da54fba4fc038b9f90a88b091b9.tar.bz2
r_textbook_companion-194655aee4774da54fba4fc038b9f90a88b091b9.zip
Merge branch 'master' of https://github.com/Sashi20/r_textbook_companion into devel
Diffstat (limited to 'run.inc')
-rwxr-xr-xrun.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.inc b/run.inc
index 5f0680f..1d106fb 100755
--- a/run.inc
+++ b/run.inc
@@ -260,7 +260,7 @@ function ajax_chapter_list_callback($form, $form_state)
} else {
$commands[] = ajax_command_html("#ajax-download-freeeda-book-replace", '');
}
-// $commands[] = ajax_command_html("#ajax-download-book-pdf-replace", l('Download PDF', 'textbook-companion/generate-book/' . $book_list_default_value) . ' ' . t('(Download the PDF file containing R codes for all the solved examples)'));
+ $commands[] = ajax_command_html("#ajax-download-book-pdf-replace", l('Download PDF', 'textbook-companion/generate-book/' . $book_list_default_value) . ' ' . t('(Download the PDF file containing R codes for all the solved examples)'));
$commands[] = ajax_command_replace("#ajax-chapter-list-replace", drupal_render($form['chapter']));
$commands[] = ajax_command_html("#ajax-example-list-replace", '');
$commands[] = ajax_command_html("#ajax-download-example-code-replace", '');