Changeset 3172936
- Timestamp:
- 10/21/2024 01:02:17 PM (18 months ago)
- File:
-
- 1 edited
-
surveyjs/trunk/views/editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
surveyjs/trunk/views/editor.php
r3154279 r3172936 169 169 creator.text = json; 170 170 //creator.JSON = surveyJSON; 171 if (typeof $themeJson !== "undefined" && $themeJson) { 172 creator.theme = JSON.parse('<?php echo htmlspecialchars_decode($themeJson); ?>'); 173 } 171 const themeJSON = JSON.parse('<?php echo htmlspecialchars_decode($themeJson); ?>'); 172 creator.theme = themeJSON; 174 173 return (<SurveyCreator.SurveyCreatorComponent creator={creator} />); 175 174 }
Note: See TracChangeset
for help on using the changeset viewer.