Commit 2c016de538d6c8ae16e8b172cc223da2fe8eeb19

Authored by Karpikau Andrei
1 parent 83ea38a7

test js

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