diff options
| author | 2016-09-11 11:43:24 +0200 | |
|---|---|---|
| committer | 2016-09-11 11:43:24 +0200 | |
| commit | 63b567b2c306f584652b3ba500a5ea4e74512aa4 (patch) | |
| tree | ee04434c9668d25c98ae7351994e35c568c0d3c3 /p/scripts | |
| parent | ede0c839cbde7a51fadf27f5b754604cbf13836c (diff) | |
| parent | 12d21c4fe8087f8536a1679cad275025a4400d45 (diff) | |
Merge dev
Diffstat (limited to 'p/scripts')
| -rw-r--r-- | p/scripts/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/scripts/main.js b/p/scripts/main.js index 8980fe2f6..74631451a 100644 --- a/p/scripts/main.js +++ b/p/scripts/main.js @@ -752,7 +752,7 @@ function init_stream(divStream) { }); divStream.on('click', '.flux .content a', function () { - $(this).attr('target', '_blank'); + $(this).attr('target', '_blank').attr('rel', 'noreferrer'); }); if (context.auto_mark_site) { |
