Commit 2c016de538d6c8ae16e8b172cc223da2fe8eeb19

Authored by Karpikau Andrei
1 parent 83ea38a7

test js

... ... @@ -38,7 +38,8 @@ module Kanjai
38 38 pdf: "file_name",
39 39 print_media_type: true,
40 40 orientation: params[:orientation],
41   - page_size: params[:page_size] || 'A4'
  41 + page_size: params[:page_size] || 'A4',
  42 + javascript_delay: 100
42 43 #show_as_html: true
43 44 }
44 45
... ...
1 1 module Kanjai
2   - VERSION = "0.0.106"
  2 + VERSION = "0.0.107"
3 3 end
... ...