aboutsummaryrefslogtreecommitdiff
path: root/src/web/js/app.js
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-10 07:36:00 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-10 07:36:00 +0200
commit367c4d5aa807839b2106545cf8bc99a274e1a7f4 (patch)
tree265d4d97bdd7f03a0db0d6ff1aef66cc3661d353 /src/web/js/app.js
parentupdated platform URL (diff)
downloadnewspipe-367c4d5aa807839b2106545cf8bc99a274e1a7f4.tar.gz
newspipe-367c4d5aa807839b2106545cf8bc99a274e1a7f4.tar.bz2
newspipe-367c4d5aa807839b2106545cf8bc99a274e1a7f4.zip
new name: the last one.
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