function update
This commit is contained in:
parent
e31f0b7e29
commit
4069656b0a
@ -8240,8 +8240,8 @@ if( ! class_exists( 'FormFieldsGenerator' ) ) {
|
||||
tinymce.init({
|
||||
selector:"#<?php echo esc_attr($field_name); ?>"+now,
|
||||
menubar: true,
|
||||
toolbar: 'undo redo formatselect bold italic backcolor alignleft aligncenter alignright alignjustify bullist numlist outdent indent removeformat fullscreen',
|
||||
plugins: 'fullscreen'
|
||||
toolbar: 'undo redo link formatselect bold italic backcolor alignleft aligncenter alignright alignjustify bullist numlist outdent indent removeformat fullscreen',
|
||||
plugins: 'fullscreen link'
|
||||
});
|
||||
});
|
||||
|
||||
@ -8393,8 +8393,8 @@ if( ! class_exists( 'FormFieldsGenerator' ) ) {
|
||||
tinymce.init({
|
||||
selector: "#<?php echo esc_attr($field_name).$rnd; ?>",
|
||||
menubar: true,
|
||||
toolbar: 'undo redo formatselect bold italic backcolor alignleft aligncenter alignright alignjustify bullist numlist outdent indent removeformat fullscreen',
|
||||
plugins: 'fullscreen'
|
||||
toolbar: 'undo redo link formatselect bold italic backcolor alignleft aligncenter alignright alignjustify bullist numlist outdent indent removeformat fullscreen',
|
||||
plugins: 'fullscreen link'
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
10
readme.txt
10
readme.txt
@ -939,4 +939,12 @@ Fix the Conflict between WooCommerce Google Analytics Integration in event singl
|
||||
= 3.8.6=
|
||||
* Update Release:
|
||||
Fixed the Date showing above the ticket type table issue.
|
||||
14 March 2023*
|
||||
14 March 2023*
|
||||
|
||||
|
||||
= 3.8.7=
|
||||
* Update Release:
|
||||
Link Enabled in FAQ Editor
|
||||
Label Escpaing issue fixed
|
||||
Double Booking issue fixed
|
||||
20 March 2023*
|
Loading…
x
Reference in New Issue
Block a user