[TASK] Remove fork info from about

This commit is contained in:
Xaver Maierhofer 2017-04-26 00:27:29 +02:00 committed by Xaver Maierhofer
parent 5fe56a3bf5
commit e1f118fb33
1 changed files with 1 additions and 7 deletions

View File

@ -27,13 +27,7 @@ define(function () {
'<p>The source code is available at ' +
'<a href="https://github.com/ffrgb/meshviewer">' +
'https://github.com/ffrgb/meshviewer</a>.' +
'<p>Forked and based on ' +
'<a href="https://github.com/ffnord/meshviewer">' +
'https://github.com/ffnord/meshviewer</a> and ' +
'<a href="https://github.com/plumpudding/hopglass">' +
'https://github.com/plumpudding/hopglass</a>.</p>';
'https://github.com/ffrgb/meshviewer</a>.</p>';
};
};
});