* Adjust params for showLink.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
function showLink(planID, type, param)
|
||||
function showLink(planID, type, orderBy, param)
|
||||
{
|
||||
var method = type == 'story' ? 'linkStory' : 'linkBug';
|
||||
$.get(createLink('productplan', method, 'planID=' + planID + (typeof(param) == 'undefined' ? '' : param) + (typeof(orderBy) == 'undefined' ? '' : "&orderBy=" + orderBy)), function(data)
|
||||
|
||||
Reference in New Issue
Block a user