Skip to content

Script run before jQuery is available #15

@sgort

Description

@sgort

Debugging Operaton DMN Evaluator shows

Image

In detail

<script type="text/javascript">
    jQuery(document).on('gform_post_render', function(){
        jQuery('.owc_prefilled input').attr('readonly','readonly');
    });
</script><!DOCTYPE html>
<html lang="en-US">
<head>
	<meta charset="UTF-8" />
	<meta name="viewport" content="width=device-width, initial-scale=1" />
<script type="text/javascript">
    jQuery(document).on('gform_post_render', function(){
        jQuery('.owc_prefilled input').attr('readonly','readonly');
    });
</script><meta name='robots' content='noindex, nofollow' />
	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="UTF-8">
<script>

Analysis

Looks like this is coming from another plugin, so I started looking at my installed plugins and found this one. I will suggest a fix via PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions