Index: chrome/common/extensions/docs/server2/templates/private/header_body.html |
diff --git a/chrome/common/extensions/docs/server2/templates/private/header_body.html b/chrome/common/extensions/docs/server2/templates/private/header_body.html |
index f735aa31a1cd90f00b923a68ec80fdd637955ec4..49c4f6402da56a121e22eab056367ae8236f9e1b 100644 |
--- a/chrome/common/extensions/docs/server2/templates/private/header_body.html |
+++ b/chrome/common/extensions/docs/server2/templates/private/header_body.html |
@@ -1,7 +1,7 @@ |
{{?branchInfo.showWarning}} |
<div id="branchWarning" class="displayModeWarning"> |
<span>WARNING: this is the {{branchInfo.current}} documentation. It may not work with the stable release of Chrome.</span> |
- <select id="branchChooser" onchange="redirectToBranch(this.value)"> |
+ <select id="branchChooser"> |
<option value="">Choose a different version...</option> |
{{#branchInfo.branches}} |
<option value="{{path}}">{{name}}</option> |