Merge branch 'master' into dev

This commit is contained in:
Yuya Ochiai
2016-04-14 21:21:52 +09:00
7 changed files with 31 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ const ListGroupItem = ReactBootstrap.ListGroupItem;
const Glyphicon = ReactBootstrap.Glyphicon;
function backToIndex() {
window.location = 'index.html';
remote.getCurrentWindow().loadURL('file://' + __dirname + '/index.html');
}
var SettingsPage = React.createClass({