Plugin Directory

Changeset 3227293


Ignore:
Timestamp:
01/23/2025 09:25:28 AM (15 months ago)
Author:
devsoftbaltic
Message:

fix for the https://github.com/surveyjs/surveyjs-wordpress/issues/69

File:
1 edited

Legend:

Unmodified
Added
Removed
  • surveyjs/trunk/initializer.php

    r3059576 r3227293  
    185185                        theme = null
    186186                    }
    187                     initSurvey<?php echo $id ?>(json, theme);
     187                    jQuery(document).ready(()=>{
     188                        initSurvey<?php echo $id ?>(json, theme);
     189                    });
    188190                }
    189191            });
Note: See TracChangeset for help on using the changeset viewer.