Skip to content

Commit

Permalink
Merge pull request #626 from lisyoen/master
Browse files Browse the repository at this point in the history
[BUGFIX] help contents link
  • Loading branch information
lisyoen committed Oct 30, 2015
2 parents 018cc8b + 650583d commit d8a0ef8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions apps/ide/src/plugins/help/help-commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ define(['require'], function (require) {
var version = '1.5.0';

function showHelpDocument() {
require(function () {
var helpURL = 'https://github.com/webida/webida-client/wiki';
window.open(helpURL);
});
var helpURL = 'https://github.com/webida/webida-client/wiki';
window.open(helpURL);
}

function showAPIDocument() {
Expand Down

0 comments on commit d8a0ef8

Please sign in to comment.