Subversion Repositories SmartDukaan

Rev

Rev 1745 | Rev 1934 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1745 Rev 1876
Line 191... Line 191...
191
	$action.getFooterSnippet()
191
	$action.getFooterSnippet()
192
	<!-- /footer -->
192
	<!-- /footer -->
193
 
193
 
194
#include ( "templates/commonjsfiles.vm" )
194
#include ( "templates/commonjsfiles.vm" )
195
	<script type="text/javascript" src="/js/contact-us.js"></script>
195
	<script type="text/javascript" src="/js/contact-us.js"></script>
-
 
196
	#set( $formType = $action.getFormType() )
-
 
197
	#if($formType)
-
 
198
	<script type="text/javascript">
-
 
199
		$(function(){
-
 
200
			$('#communication_category').val($formType.getValue()).change();
-
 
201
		});
-
 
202
	</script>
-
 
203
	#end
196
</body>
204
</body>
197
</html>
205
</html>