Comment out SelectInput call on top of partial

This commit is contained in:
Brian Read 2025-05-19 15:11:38 +01:00
parent 4e7e8f8ed3
commit b6a31f89df

View File

@ -2,11 +2,11 @@
%# Generated by ${version}
%#
<div id="${PackageName}-${route}" class="partial ${PackageName}-${route}">
<script>
window.onload = function() {
SelectInput();
};
</script>
# <script>
# window.onload = function() {
# SelectInput();
# };
# </script>
% if (config->{debug} == 1) {
<pre>
%= dumper $$${prefix}_data