Comment out SelectInput call on top of partial
This commit is contained in:
parent
4e7e8f8ed3
commit
b6a31f89df
@ -2,11 +2,11 @@
|
|||||||
%# Generated by ${version}
|
%# Generated by ${version}
|
||||||
%#
|
%#
|
||||||
<div id="${PackageName}-${route}" class="partial ${PackageName}-${route}">
|
<div id="${PackageName}-${route}" class="partial ${PackageName}-${route}">
|
||||||
<script>
|
# <script>
|
||||||
window.onload = function() {
|
# window.onload = function() {
|
||||||
SelectInput();
|
# SelectInput();
|
||||||
};
|
# };
|
||||||
</script>
|
# </script>
|
||||||
% if (config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<pre>
|
<pre>
|
||||||
%= dumper $$${prefix}_data
|
%= dumper $$${prefix}_data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user