mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
[notice] make msg details be clickable
This commit is contained in:
@@ -74,6 +74,10 @@ $(function() {
|
||||
dataType:'json'
|
||||
});
|
||||
});
|
||||
|
||||
$('.detail', notice_list).click(function() {
|
||||
location.href = $('a', $(this).prev()).attr('href'); // <a> in '.brief'
|
||||
});
|
||||
},
|
||||
error: function (xhr, textStatus, errorThrown) {
|
||||
if (xhr.responseText) {
|
||||
|
Reference in New Issue
Block a user