aboutsummaryrefslogtreecommitdiff
path: root/newspipe/static/js/config.js
blob: 7fad4388ab775fc320d68bd381083708e693e6a3 (plain)
1
2
3
4
5
6
7
/*
 * Set variables here for the javascript used by newspipe.
 */
var prefix = "/newspipe";

/* Set exactly one trailing slash on prefix. */
prefix = prefix.replace(/\/+$/,"/");
bgstack15