diff options
author | Bruno Wagner Goncalves <bwagner@thoughtworks.com> | 2014-08-14 14:03:47 -0300 |
---|---|---|
committer | Bruno Wagner Goncalves <bwagner@thoughtworks.com> | 2014-08-14 14:03:47 -0300 |
commit | 4010994b5c1b55cc0bc80bf007d4353bbaf945d1 (patch) | |
tree | d040447710867ad6f80f64c9a9a96a35eaa1f628 /service | |
parent | a521d7da1aa68dc6f32f73d2b1331e40e7e80171 (diff) |
Enabled create new tag again, because it is now working
Diffstat (limited to 'service')
-rw-r--r-- | service/app/pixelated_user_agent.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/service/app/pixelated_user_agent.py b/service/app/pixelated_user_agent.py index 7f13809a..3315999b 100644 --- a/service/app/pixelated_user_agent.py +++ b/service/app/pixelated_user_agent.py @@ -29,7 +29,6 @@ def respond_json(entity): def disabled_features(): return respond_json([ 'saveDraft', - 'createNewTag', 'replySection', 'signatureStatus', 'encryptionStatus', |