diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2019-06-14 21:38:46 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2019-06-14 21:52:40 -0400 |
| commit | 1c85f4ddb53339b93c5991aee07f9167c315e297 (patch) | |
| tree | 59b356222c6cafd35224eb9d2d6dfd84b1034e06 /httemplate/elements/progress-init.html | |
| parent | 1a6932d522b102c5f1746e2d1d4a7e78bcb3c267 (diff) | |
RT# 83450 - added location to virtual ap and added script to force update of all virtual ap
Diffstat (limited to 'httemplate/elements/progress-init.html')
| -rw-r--r-- | httemplate/elements/progress-init.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/elements/progress-init.html b/httemplate/elements/progress-init.html index 2a62c5e99..de3c6b761 100644 --- a/httemplate/elements/progress-init.html +++ b/httemplate/elements/progress-init.html @@ -126,6 +126,8 @@ function <%$key%>process () { } } + Hash.push('key', '<%$key%>'); + // jsrsPOST = true; // jsrsExecute( '<% $action %>', <%$key%>myCallback, 'start_job', Hash ); |
