fixed indentation in code_file.php
This commit is contained in:
parent
2669cdf6b8
commit
6e52705d22
@ -1,7 +1,7 @@
|
||||
If you require the root privilege to build a docker image, specify sudo in DOCKER.
|
||||
```
|
||||
make rocky8 DOCKER="sudo docker"
|
||||
make ubnt20.04 DOCKER="sudo docker"
|
||||
make ubnt2004 DOCKER="sudo docker"
|
||||
```
|
||||
|
||||
Run the service like
|
||||
|
@ -790,7 +790,7 @@ $(function () {
|
||||
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 ();
|
||||
return false;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user