diff options
| author | rr- | 2017-01-08 02:31:07 +0100 |
|---|---|---|
| committer | rr- | 2017-01-08 10:25:29 +0100 |
| commit | cc969a808f253c8a6e902d27c49fab3c46b27ded (patch) | |
| tree | 3d1b836eee9e8ab17d40234b93bc1713002b9fe5 /client/js/views/post_upload_view.js | |
| parent | cb8bb0f23b06479d0f664b07960e6b95ee22671b (diff) | |
client/posts: show ! in title for similar posts
Diffstat (limited to 'client/js/views/post_upload_view.js')
| -rw-r--r-- | client/js/views/post_upload_view.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/js/views/post_upload_view.js b/client/js/views/post_upload_view.js index 5e2cdb0..866ce70 100644 --- a/client/js/views/post_upload_view.js +++ b/client/js/views/post_upload_view.js @@ -197,6 +197,7 @@ class PostUploadView extends events.EventTarget { showInfo(message, uploadable) { this._showMessage(views.showInfo, message, uploadable); + views.appendExclamationMark(); } _showMessage(functor, message, uploadable) { |