Skip to content

Commit

Permalink
fix(reader-activation): remove async prop from library (#1846)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelpeixe authored and dkoo committed Aug 10, 2022
1 parent 6e686eb commit e0584fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion includes/class-reader-activation.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ public static function enqueue_scripts() {
'authenticated_email' => $authenticated_email,
]
);
\wp_script_add_data( self::SCRIPT_HANDLE, 'async', true );
\wp_script_add_data( self::SCRIPT_HANDLE, 'amp-plus', true );

/**
Expand Down

0 comments on commit e0584fd

Please sign in to comment.