Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
8e2034a6d42e12f0d43b4687f5954567faa7ce92
/
.
/
views
/
ngXosViews
/
vpnDashboard
/
src
/
templates
/
client-script.tpl.html
blob: 882f2ebf8e7089dd7e485cbddaaa4ef2fe67ffb9 [
file
] [
log
] [
blame
]
Jeremy Mowery
33e861a
2016-02-25 18:14:03 -0700
[
diff
] [
blame
]
1
<a
href
=
"/static/vpn/{{ vm.script_location }}"
download
id
=
"download"
hidden
></a>
2
<script>
3
document
.
getElementById
(
'download'
).
click
();
4
</script>