Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed May 31, 2024
1 parent 8ac083c commit d6b1749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/Live/view/Live_restreams/livePanelForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
var json = JSON.parse(row.parameters);
//console.log('Live_restreamstableVar parameters', json);
if (!empty(json['restream.ypt.me'])) {
return '<a href="<?php echo $global['webSiteRootURL']; ?>plugin/Live/view/Live_restreams/getLiveKey.json.php?live_restreams_id=' + row.id + '" target="_blank">' + data + '</a>';
return '<a href="<?php echo $global['webSiteRootURL']; ?>plugin/Live/view/Live_restreams/getLiveKey.json.php?live_restreams_id=' + row.id + '" target="_blank" style="color:#000;">' + data + '</a>';
}

}
Expand Down

0 comments on commit d6b1749

Please sign in to comment.