diff --git a/apps/ide/src/plugins/help/help-commands.js b/apps/ide/src/plugins/help/help-commands.js index acc89209..ae8ee522 100644 --- a/apps/ide/src/plugins/help/help-commands.js +++ b/apps/ide/src/plugins/help/help-commands.js @@ -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() {