commit | b1387d290830f631eead34129d50778688a5dd64 | [log] [tgz] |
---|---|---|
author | Jeremy Mowery <jermowery@email.arizona.edu> | Tue Mar 01 08:30:30 2016 -0700 |
committer | Jeremy Mowery <jermowery@email.arizona.edu> | Tue Mar 01 08:30:30 2016 -0700 |
tree | a7a1df01b76745ccfb8112d2a24031abe3a738ae | |
parent | 3c5277fa75202667ce7954108c45552c87028d04 [diff] [blame] |
Fix bugs
diff --git a/views/ngXosViews/vpnDashboard/src/templates/client-script.tpl.html b/views/ngXosViews/vpnDashboard/src/templates/client-script.tpl.html index 882f2eb..6810580 100644 --- a/views/ngXosViews/vpnDashboard/src/templates/client-script.tpl.html +++ b/views/ngXosViews/vpnDashboard/src/templates/client-script.tpl.html
@@ -1,4 +1,4 @@ -<a href="/static/vpn/{{ vm.script_location }}" download id="download" hidden></a> +<a href="/static/vpn/{{ vm.script_location }}" download id="download" hidden>{{ vm.script_location }}</a> <script> -document.getElementById('download').click(); +// document.getElementById('download').click(); </script>