Skip to content

Commit

Permalink
[TASK] change help document contents
Browse files Browse the repository at this point in the history
[DESC.]
  • Loading branch information
lisyoen committed Oct 30, 2015
1 parent 1187028 commit 269e7c3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions apps/ide/src/plugins/help/help-commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ define(['require'], function (require) {
var version = '1.5.0';

function showHelpDocument() {
require(['webida-lib/webida-0.3'], function (webida) {
var appid = 'wikida';
var win = webida.app.launchApp(appid, true);

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

Expand Down

0 comments on commit 269e7c3

Please sign in to comment.