Merge branch 'dev' of bitbucket.org:jubilian/nhance into dev
This commit is contained in:
commit
0d3f2b17f8
@ -311,7 +311,7 @@ function viewTicket(ticket_id){
|
||||
// $('.loader-mask').fadeIn();
|
||||
|
||||
let url = '<?= base_url('ticket/view/'); ?>' + ticket_id;
|
||||
window.open(url, '_blank');
|
||||
window.location.href = url;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user