Comment out SelectInput call on top of partial
This commit is contained in:
parent
4e7e8f8ed3
commit
b6a31f89df
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user