Skip to content
Snippets Groups Projects
Commit ab2ba60a authored by Nick Poulden's avatar Nick Poulden
Browse files

Fix example link on Touch export

parent f6fb0adc
Branches
Tags
No related merge requests found
......@@ -128,6 +128,6 @@ Ext.define('Docs.controller.Examples', {
openInNewWindow: function() {
var example = this.getExample(this.activeUrl);
window.open("touch/examples/" + example.url);
window.open((Docs.exampleBaseUrl || "touch/examples/") + example.url);
}
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment