Update to move dropbox app key setting to common.js and will auto load client-side related scripts

This commit is contained in:
Cheng-Han, Wu 2016-05-15 10:54:24 +08:00
parent a816420302
commit a70ebf7762
7 changed files with 39 additions and 43 deletions

View file

@ -61,7 +61,6 @@ var twitter = config.twitter || false;
var github = config.github || false;
var dropbox = config.dropbox || false;
var imgur = config.imgur || false;
var googleDrive = config.googleDrive || false;
function getserverurl() {
var url = '';
@ -112,6 +111,5 @@ module.exports = {
twitter: twitter,
github: github,
dropbox: dropbox,
imgur: imgur,
googleDrive: googleDrive,
imgur: imgur
};