14 lines
289 B
JavaScript
14 lines
289 B
JavaScript
|
|
|
||
|
|
csdk.event.on('formRendered', function(){
|
||
|
|
|
||
|
|
try {
|
||
|
|
if(cmp.href.getParam().qc = "ext") {
|
||
|
|
document.getElementById("relationBtns").style.display="none";
|
||
|
|
document.getElementById("attachment_wrap").style.display="none";
|
||
|
|
}
|
||
|
|
} catch(e) {
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
});
|