Content deleted Content added
Technical 13 (talk | contribs) Added my name to the description at the top and added first fix... Multiple uses for the same bug on a page. |
Technical 13 (talk | contribs) // COMPATIBILITY FOR CURRENT SETUP |
||
Line 57:
title.text( data.result.bugs[b].summary );
}
// COMPATIBILITY FOR CURRENT SETUP
titleBACK = $('#trakbug-'+data.result.bugs[b].id)// COMPATIBILITY FOR CURRENT SETUP
if(titleBACK) {// COMPATIBILITY FOR CURRENT SETUP
titleBACK.text( data.result.bugs[b].summary );// COMPATIBILITY FOR CURRENT SETUP
}// COMPATIBILITY FOR CURRENT SETUP
|