Changeset 3075493
- Timestamp:
- 04/23/2024 07:54:46 AM (2 years ago)
- File:
-
- 1 edited
-
surveyjs/trunk/views/editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
surveyjs/trunk/views/editor.php
r3066789 r3075493 162 162 creator.text = json; 163 163 //creator.JSON = surveyJSON; 164 creator.theme = JSON.parse('<?php echo htmlspecialchars_decode($themeJson); ?>'); 164 if (typeof $themeJson !== "undefined" && $themeJson) { 165 creator.theme = JSON.parse('<?php echo htmlspecialchars_decode($themeJson); ?>'); 166 } 165 167 return (<SurveyCreator.SurveyCreatorComponent creator={creator} />); 166 168 }
Note: See TracChangeset
for help on using the changeset viewer.