1
0
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:
llj
2014-07-07 14:17:38 +08:00
parent 61f4d8bb38
commit c0ba3453ca
2 changed files with 7 additions and 3 deletions

View File

@@ -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) {