Changeset 3227293
- Timestamp:
- 01/23/2025 09:25:28 AM (15 months ago)
- File:
-
- 1 edited
-
surveyjs/trunk/initializer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
surveyjs/trunk/initializer.php
r3059576 r3227293 185 185 theme = null 186 186 } 187 initSurvey<?php echo $id ?>(json, theme); 187 jQuery(document).ready(()=>{ 188 initSurvey<?php echo $id ?>(json, theme); 189 }); 188 190 } 189 191 });
Note: See TracChangeset
for help on using the changeset viewer.