Fix config change and add js to copySM2

This commit is contained in:
2025-02-14 19:37:39 +00:00
parent 2378308576
commit 8ff23b4775
4 changed files with 9 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
%= javascript '/js/nutups.js'
<div id="module" class="module Nutups-panel">
% if ($config->{debug} == 1) {
% if (config->{debug} == 1) {
<pre>
%= dumper $c->current_route
%= dumper $nut_data->{trt}
@@ -55,4 +55,4 @@
</div>
%end
%end