This topic is locked
[SOLVED]

 Remove Detail Master Link Proceed To

6/2/2013 7:07:00 PM
PHPRunner General questions
O
onlline author

Hi,
I need remove detail master link proceed to
PHPRunner 6.2 build 16275
Thanks in advanced

C
cgphp 6/7/2013

In the "Javascript onload" event of the master page, enter the following code:

$(document).on('DOMNodeInserted', function(){

$("div[id^='dpHide'] a").remove();

});
O
onlline author 6/8/2013

Cristian,
Perfect
Thanks