Add iD hashtags parameter

This commit is contained in:
Bryan Housel 2017-08-25 16:24:19 -04:00
parent 366a9e9097
commit 8d2acb8ef0

View file

@ -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;