Add iD disable_features parameter

This commit is contained in:
Bryan Housel 2017-11-10 15:57:37 -05:00
parent c3df2a5180
commit 2168c2867c

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.disable_features) params.disable_features = hashParams.disable_features;
if (hashParams.hashtags) params.hashtags = hashParams.hashtags;
if (hashParams.offset) params.offset = hashParams.offset;
if (hashParams.walkthrough) params.walkthrough = hashParams.walkthrough;