Skip to content

Commit

Permalink
Merge pull request #3 from ondras/master
Browse files Browse the repository at this point in the history
Merge
  • Loading branch information
ondras committed Jan 13, 2014
2 parents 4b6ed7a + e923a2f commit 16bb632
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ My Mind

My Mind is a web application for creating and managing Mind maps. It is free to use and you can fork its source code.

* Official web page
* Sample mind map showcasing many features
* Documentation
* [Official web page](http://my-mind.github.io/)
* [Sample mind map]() showcasing many features
* [Documentation](https://github.com/ondras/my-mind/wiki)

My Mind is being actively developed. Do you want to participate?

* Found a bug? Open an issue.
* Not sure how to do stuff? Check the docs.
* Have a feature request? Open an issue.
* Found a bug? [Open an issue.](https://github.com/ondras/my-mind/issues)
* Not sure how to do stuff? [Check the docs.](https://github.com/ondras/my-mind/wiki)
* Have a feature request? [Open an issue.]((https://github.com/ondras/my-mind/issues)
* Have an improvement? [Submit a pull request.](https://github.com/ondras/my-mind/pull)s
4 changes: 2 additions & 2 deletions js/ui.help.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ MM.UI.Help.prototype._buildRow = function(table, commandName) {
keys = keys.concat(command.keys.map(this._formatKey, this));
}

row.insertCell().innerHTML = labels.join("/");
row.insertCell().innerHTML = keys.join("/");
row.insertCell(-1).innerHTML = labels.join("/");
row.insertCell(-1).innerHTML = keys.join("/");

}

Expand Down

0 comments on commit 16bb632

Please sign in to comment.