We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0034936 commit 1064feeCopy full SHA for 1064fee
assets/js/manual.js
@@ -1,6 +1,6 @@
1
var populateWindow = function(link) {
2
var markdownRequest = new Request({
3
- "url": here + 'docs/manual/en-US/' + link,
+ "url": here + 'manual/en-US/' + link,
4
"method": "get",
5
"onSuccess": function(response) {
6
$('docwin').set('html', marked(response));
@@ -32,7 +32,7 @@ var populateWindow = function(link) {
32
33
var populateMenu = function() {
34
35
- "url": here + 'docs/manual/en-US/menu.md',
+ "url": here + 'manual/en-US/menu.md',
36
37
"onSuccess": function (response) {
38
$('doc-menu').set('html', marked(response));
0 commit comments