fixed indentation in code_file.php

This commit is contained in:
hyung-hwan 2022-01-11 08:35:50 +00:00
parent 2669cdf6b8
commit 6e52705d22
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
If you require the root privilege to build a docker image, specify sudo in DOCKER. If you require the root privilege to build a docker image, specify sudo in DOCKER.
``` ```
make rocky8 DOCKER="sudo docker" make rocky8 DOCKER="sudo docker"
make ubnt20.04 DOCKER="sudo docker" make ubnt2004 DOCKER="sudo docker"
``` ```
Run the service like Run the service like

View File

@ -790,7 +790,7 @@ $(function () {
return false; return false;
}); });
$("#code_file_copy_button").button({"label": '<?php print $this->lang->line("Copy"); ?>'}).click (function () { $("#code_file_copy_button").button({"label": '<?php print $this->lang->line("Copy"); ?>'}).click (function () {
copyCodeToClipboard (); copyCodeToClipboard ();
return false; return false;
}); });