SJRK-298: Remove hardcoded URL from loadTheme function

Metadata

Source
SJRK-298
Type
Task
Priority
Major
Status
Open
Resolution
N/A
Assignee
N/A
Reporter
Gregor Moss
Created
2019-09-25T14:24:12.982-0400
Updated
2019-09-25T14:24:12.982-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Storytelling Tool UI

Description

sjrk.storyTelling.loadTheme shouldn't hardcode the URL it uses to fetch the clientConfig.

One solution would be to provide the URL as a parameter, though this would mean duplicating it on every HTML page in the project. Explore potential alternatives.