Get rid of deprecated link_to_function
This commit is contained in:
parent
6507c1085e
commit
1a05f2f7c9
5 changed files with 18 additions and 2 deletions
|
@ -53,6 +53,14 @@ $(document).ready(function(){
|
|||
e.preventDefault();
|
||||
}
|
||||
});
|
||||
|
||||
/**
|
||||
* Commit show suppressed diff
|
||||
*
|
||||
*/
|
||||
$(".supp_diff_link").bind("click", function() {
|
||||
showDiff(this);
|
||||
})
|
||||
});
|
||||
|
||||
function focusSearch() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue