Skip to content

Commit

Permalink
[BUGFIX] help contents link
Browse files Browse the repository at this point in the history
[DESC.]
  • Loading branch information
lisyoen committed Oct 30, 2015
1 parent 269e7c3 commit 650583d
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 650583d

Please sign in to comment.