Skip to content

Commit 1ac521a

Browse files
removed debug version entries
1 parent 34d12af commit 1ac521a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ function createDropdown()
33
{
44
// configurable values:
55
var defaultTitle = "mrtk_development"; // title in the dropdown for the root version of the docs
6-
var versionArray = ["v1.0", "v2.0"]; // list of all versions in the version folder
6+
var versionArray = []; // list of all versions in the version folder
77

88
//--------------------------------------
99

0 commit comments

Comments
 (0)