Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit 8b1145f

Browse files
fix: property name
1 parent ab9cff3 commit 8b1145f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/admin/script/dashboard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
if ( 'stripe' === option_name ) {
6161
const readonly = option_value && $( this ).val() !== '';
62-
[ 'duration', 'delay', 'function', 'repeat', 'rtl' ].forEach( function( target ) {
62+
[ 'duration', 'delay', 'timing_function', 'is_repeat', 'is_rtl' ].forEach( function( target ) {
6363
$( '#<?php $instance->h( $id_prefix );?>' + target ).prop( 'readonly', readonly ).attr( 'data-readonly', readonly ? 1 : '' );
6464
} );
6565
}

0 commit comments

Comments
 (0)