diff --git a/app/post/directives/post-view-tabs-directive.js b/app/post/directives/post-view-tabs-directive.js index 10019c352c..d132be168e 100644 --- a/app/post/directives/post-view-tabs-directive.js +++ b/app/post/directives/post-view-tabs-directive.js @@ -17,7 +17,7 @@ function ( 'list', 'map', 'chart', - //'timeline' + 'timeline' ]; } };