Add iD disable_features parameter
This commit is contained in:
parent
c3df2a5180
commit
2168c2867c
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ $(document).ready(function () {
|
||||||
|
|
||||||
if (hashParams.background) params.background = hashParams.background;
|
if (hashParams.background) params.background = hashParams.background;
|
||||||
if (hashParams.comment) params.comment = hashParams.comment;
|
if (hashParams.comment) params.comment = hashParams.comment;
|
||||||
|
if (hashParams.disable_features) params.disable_features = hashParams.disable_features;
|
||||||
if (hashParams.hashtags) params.hashtags = hashParams.hashtags;
|
if (hashParams.hashtags) params.hashtags = hashParams.hashtags;
|
||||||
if (hashParams.offset) params.offset = hashParams.offset;
|
if (hashParams.offset) params.offset = hashParams.offset;
|
||||||
if (hashParams.walkthrough) params.walkthrough = hashParams.walkthrough;
|
if (hashParams.walkthrough) params.walkthrough = hashParams.walkthrough;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue