diff options
Diffstat (limited to 'src/web/js/app.js')
-rw-r--r-- | src/web/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/js/app.js b/src/web/js/app.js index 00156670..7837e6ae 100644 --- a/src/web/js/app.js +++ b/src/web/js/app.js @@ -14,5 +14,5 @@ var MainApp = require('./components/MainApp.react'); ReactDOM.render( <MainApp />, - document.getElementById('jarrapp') + document.getElementById('newspipeapp') ); |