* replace xhtml to html when click card
This commit is contained in:
@@ -210,7 +210,7 @@ $(function(){$('#executionBugForm').table();})
|
||||
<?php endif;?>
|
||||
function handleLinkButtonClick()
|
||||
{
|
||||
var xxcUrl = "xxc:openInApp/zentao-integrated/" + encodeURIComponent(window.location.href.replace(/.display=card/, '').replace(/\.xhtml/, '.html'));
|
||||
var xxcUrl = "xxc:openInApp/zentao-integrated/" + encodeURIComponent(window.location.href.replace(/.display=card/, '').replace('xhtml', 'html'));
|
||||
window.open(xxcUrl);
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user