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