removeddit/static/js/id.js
2017-11-12 01:43:58 +01:00

8 lines
No EOL
369 B
JavaScript

// Change this to your own client ID: https://www.reddit.com/prefs/apps
// Guide about it here: https://github.com/JubbeArt/removeddit#the-i-just-want-to-get-this-shit-running-guide
// NOTE: The app NEEDS TO BE an installed app and NOT a web apps
var clientID = "";
if(clientID === "") {
alert("Missing client-ID for Reddit API. See the file \"static/js/id.js\"");
}