Skip to content

Commit

Permalink
Add iD hashtags parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Aug 25, 2017
1 parent 366a9e9 commit 8d2acb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/edit/id.js.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 8d2acb8

Please sign in to comment.