mirror of
https://github.com/Screenly/Anthias.git
synced 2026-08-07 05:04:05 -04:00
Fixes: little edits
This commit is contained in:
1 parent
b1c07c0ec0
commit
c3dce3f4c5
3 files changed
+3
-2
No files matched your search
@@ -143,7 +143,7 @@ $().ready ->
|
||||
text += " key: \"#{($('#usb-assets-key-badge')).text().trim()}\"\r\n"
|
||||
text += " activate: #{Boolean($('input[name=\"activate_assets\"]').prop 'checked')}\r\n"
|
||||
text += " copy: #{Boolean($('input[name=\"copy_assets\"]').prop 'checked')}\r\n"
|
||||
text += " begin_date: #{new Date(start_date_usb_file.val()).getTime()/1000}\r\n"
|
||||
text += " start_date: #{new Date(start_date_usb_file.val()).getTime()/1000}\r\n"
|
||||
text += " end_date: #{new Date(end_date_usb_file.val()).getTime()/1000}\r\n"
|
||||
text += " duration: #{$('input[name=\"duration\"]').val()}"
|
||||
|
||||
|
||||
@@ -157,7 +157,7 @@
|
||||
text += " key: \"" + (($('#usb-assets-key-badge')).text().trim()) + "\"\r\n";
|
||||
text += " activate: " + (Boolean($('input[name=\"activate_assets\"]').prop('checked'))) + "\r\n";
|
||||
text += " copy: " + (Boolean($('input[name=\"copy_assets\"]').prop('checked'))) + "\r\n";
|
||||
text += " begin_date: " + (new Date(start_date_usb_file.val()).getTime() / 1000) + "\r\n";
|
||||
text += " start_date: " + (new Date(start_date_usb_file.val()).getTime() / 1000) + "\r\n";
|
||||
text += " end_date: " + (new Date(end_date_usb_file.val()).getTime() / 1000) + "\r\n";
|
||||
text += " duration: " + ($('input[name=\"duration\"]').val());
|
||||
blob = new Blob([text], {
|
||||
|
||||
Reference in new issue
Block a user