Merge client index.js settings to common.js

This commit is contained in:
Cheng-Han, Wu 2016-04-20 18:20:43 +08:00
parent cf003c3299
commit 7e69bfc40b
2 changed files with 4 additions and 5 deletions

View file

@ -1,6 +1,8 @@
//common
var domain = 'change this'; // domain name
var urlpath = ''; // sub url path, like: www.example.com/<urlpath>
//settings
var debug = false;
var GOOGLE_API_KEY = 'change this';
var GOOGLE_CLIENT_ID = 'change this';
@ -10,6 +12,8 @@ var serverurl = window.location.protocol + '//' + domain + (port ? ':' + port :
var noteid = urlpath ? window.location.pathname.slice(urlpath.length + 1, window.location.pathname.length).split('/')[1] : window.location.pathname.split('/')[1];
var noteurl = serverurl + '/' + noteid;
var version = '0.3.4';
var checkAuth = false;
var profile = null;
var lastLoginState = getLoginState();

View file

@ -1,8 +1,3 @@
//constant vars
//settings
var debug = false;
var version = '0.3.4';
var defaultTextHeight = 20;
var viewportMargin = 20;
var defaultExtraKeys = {