12 lines
301 B
Plaintext
Executable File
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>
|