commit | 9fa1255eb8e7eb0659e210aba69ae4cc50a7fdda | [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 | fcd26f6d23332afff12d92680706edd35a415b8d | |
parent | 8e2034a6d42e12f0d43b4687f5954567faa7ce92 [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>