mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-14 05:05:55 +08:00
42af732073
* Fix zebra printer switch and optimize zebra library loading [SCI-7430] * Fix zebra enabled [SCI-7430]
4 lines
177 B
Text
4 lines
177 B
Text
<% if LabelPrinter.zebra_print_enabled? %>
|
|
<%= javascript_include_tag 'BrowserPrint-3.0.216.min' %>
|
|
<%= javascript_include_tag 'BrowserPrint-Zebra-1.0.216.min' %>
|
|
<% end %>
|