Re-make URL copy-able (lost on previous commit)

这个提交包含在:
phl0 2023-01-31 16:05:40 +01:00
父节点 765ab1512d
当前提交 cdf56086bb
找不到此签名对应的密钥
GPG 密钥 ID: 48EA1E640798CA9A

查看文件

@ -15,11 +15,11 @@
</tr>
<tr>
<td>Language</td>
<td><?php echo $this->config->item('language')."\n"; ?></td>
<td><?php echo ucfirst($this->config->item('language'))."\n"; ?></td>
</tr>
<tr>
<td>Base URL</td>
<td><?php echo $this->config->item('base_url')."\n"; ?></td>
<td><span id="baseUrl"><a href="<?php echo $this->config->item('base_url')?>" target="_blank"><?php echo $this->config->item('base_url'); ?></a></span> <span data-toggle="tooltip" data-original-title="<?php echo $this->lang->line('copy_to_clipboard'); ?>" onclick='copyURL("<?php echo $this->config->item('base_url'); ?>")'><i class="copy-icon fas fa-copy"></span></td>
</tr>
</table>
</div>