Files
sx-fc/app/views/settings/promotions/new.html.erb
2020-01-27 16:30:58 +06:30

12 lines
301 B
Plaintext
Executable File

<%= render 'form', promotion: @promotion %>
<script>
var r_id = Math.random().toString(36).slice(5);
if(r_id.length > 16){
r_id = r_id.substring(0, 15);
}
$("#promotion_promo_code").val(r_id);
// $( "#fromtime" ).timepicker();
// $( "#totime" ).timepicker({ 'scrollDefault': 'now' });
</script>