Removed 'in development' label in options page
diff --git a/options.html b/options.html
index bacfa83..bb5da0b 100644
--- a/options.html
+++ b/options.html
@@ -13,7 +13,7 @@
     <p>
       <input type="checkbox" id="fixedtoolbar"><label for="fixedtoolbar"> Fix the toolbar in thread lists in the Community Console.</label><br>
       <input type="checkbox" id="redirect"><label for="redirect"> Redirect all threads opened in TW to the Community Console.<span style="color: gray;">(experimental)</span></label><br>
-      <input type="checkbox" id="history"><label for="history"> Show a "previous posts" link in user profiles. <span style="color: gray;">(doesn't work, in development)</span></label>
+      <input type="checkbox" id="history"><label for="history"> Show a "previous posts" link in user profiles.</label>
     </p>
     <p style="text-align: center;"><button id="save">Save</button></p>
     <script src="options.js"></script>