Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
6795d931
Commit
6795d931
authored
Sep 12, 2015
by
Davis King
Browse files
Made the download button link to zip files when viewed from windows.
parent
bf57e86a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
docs/docs/stylesheet.xsl
docs/docs/stylesheet.xsl
+11
-0
No files found.
docs/docs/stylesheet.xsl
View file @
6795d931
...
...
@@ -155,6 +155,17 @@ function BigToggle(node)
}
}
function init_page()
{
if (navigator.appVersion.indexOf("Win")!=-1)
{
var a = document.getElementById("download_button");
a.href = a.href.replace("tar.bz2", "zip");
}
}
window.onload = init_page;
</script>
<style
type=
"text/css"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment