Fix js detail urls
This commit is contained in:
parent
d60b01faa3
commit
36a3b54b7b
1 changed files with 4 additions and 4 deletions
|
|
@ -17,10 +17,10 @@ if (page) {
|
|||
ReactDOM.render(
|
||||
<Provider store={store}>
|
||||
<App
|
||||
feedUrl={feedUrl.substring(1, feedUrl.length - 4)}
|
||||
subredditUrl={subredditUrl.substring(1, subredditUrl.length - 4)}
|
||||
timelineUrl={timelineUrl.substring(1, timelineUrl.length - 4)}
|
||||
categoriesUrl={categoriesUrl.substring(1, categoriesUrl.length - 4)}
|
||||
feedUrl={feedUrl.substring(1, feedUrl.length - 3)}
|
||||
subredditUrl={subredditUrl.substring(1, subredditUrl.length - 3)}
|
||||
timelineUrl={timelineUrl.substring(1, timelineUrl.length - 3)}
|
||||
categoriesUrl={categoriesUrl.substring(1, categoriesUrl.length - 3)}
|
||||
timezone={settings.timezone}
|
||||
autoMarking={settings.autoMarking}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue