|
@@ -3114,7 +3114,7 @@ function checkTagDisabled () {
|
|
}
|
|
}
|
|
if (getParam('resource') === 'BI') {
|
|
if (getParam('resource') === 'BI') {
|
|
if(getParam('property') === 'BIProperty') {
|
|
if(getParam('property') === 'BIProperty') {
|
|
- aHref += aHref.indexOf('?') > -1 ? '&resource=BI&property=BIProperty&from=jhfp' : '?resource=BI&property=BIProperty&from=jhfp'
|
|
|
|
|
|
+ aHref += aHref.indexOf('?') > -1 ? '&resource=BI&property=BIProperty' : '?resource=BI&property=BIProperty'
|
|
} else {
|
|
} else {
|
|
aHref += aHref.indexOf('?') > -1 ? '&resource=BI' : '?resource=BI'
|
|
aHref += aHref.indexOf('?') > -1 ? '&resource=BI' : '?resource=BI'
|
|
}
|
|
}
|