aboutsummaryrefslogtreecommitdiff
path: root/src/web/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/js/app.js')
-rw-r--r--src/web/js/app.js2
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')
);
bgstack15