diff options
author | prashantsinalkar | 2019-09-27 18:20:43 +0530 |
---|---|---|
committer | prashantsinalkar | 2019-09-27 18:20:43 +0530 |
commit | 194655aee4774da54fba4fc038b9f90a88b091b9 (patch) | |
tree | ff6f521686db7c60712c664f3fe159c20486297f /run.inc | |
parent | fda48db24ed6a04bc056d3ebc48dbfa82a457907 (diff) | |
parent | dbe57ff6cc9b53f1db9abf1e6733b49fa38da349 (diff) | |
download | r_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-x | run.inc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", ''); |