Add iD hashtags parameter
This commit is contained in:
parent
366a9e9097
commit
8d2acb8ef0
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.comment) params.comment = hashParams.comment;
|
||||
if (hashParams.hashtags) params.hashtags = hashParams.hashtags;
|
||||
if (hashParams.offset) params.offset = hashParams.offset;
|
||||
if (hashParams.walkthrough) params.walkthrough = hashParams.walkthrough;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue