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

@@ -7,7 +7,7 @@
SelectInput();
};
</script>
% if ($config->{debug} == 1) {
% if (config->{debug} == 1) {
<pre>
%= dumper $nut_data
</pre>
@@ -133,4 +133,4 @@
%# Probably finally by a submit.
%end
</div>
</div>

View File

@@ -7,7 +7,7 @@
SelectInput();
};
</script>
% if ($config->{debug} == 1) {
% if (config->{debug} == 1) {
<pre>
%= dumper $nut_data
</pre>
@@ -45,4 +45,4 @@
%# Probably finally by a submit.
%end
</div>
</div>

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