summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/ryan-091111-wrong-side.tpl
blob: 51164a8778a63cd8b229599ad63f9c1adc5ed08c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<script language="javascript" type="text/javascript">
//<!--
{literal}
$('account').observe("change", function(event) {should_get_account_data(
'first', 'acct' );});
$('desc').observe("change", function(event) {should_get_account_data(
'first', 'name' );});
{/literal}
{if $autocomplete}
{literal}
document.observe("dom:loaded", function(event)
{auto_complete_customers('first', 'acct');});
document.observe("dom:loaded", function(event)
{auto_complete_customers('first', 'name');});
{/literal}
{/if}
//-->
</script>