Merged master branch
This commit is contained in:
commit
85cd8c2251
@ -1,5 +1,5 @@
|
||||
CACHE MANIFEST
|
||||
#Date Mon Apr 21 2014 17:25:10
|
||||
#Date Mon Apr 21 2014 17:31:32
|
||||
|
||||
CACHE:
|
||||
res/worker.js
|
||||
|
@ -1,7 +1,6 @@
|
||||
define([], function() {
|
||||
var constants = {};
|
||||
constants.VERSION = "3.99.0";
|
||||
|
||||
constants.MAIN_URL = "https://stackedit.io/";
|
||||
constants.GOOGLE_ANALYTICS_ACCOUNT_ID = "UA-39556145-1";
|
||||
constants.GOOGLE_API_KEY = "AIzaSyAeCU8CGcSkn0z9js6iocHuPBX4f_mMWkw";
|
||||
|
@ -257,7 +257,7 @@ define([
|
||||
var headers = {
|
||||
'Content-Type': 'multipart/mixed; boundary="' + boundary + '"',
|
||||
};
|
||||
|
||||
|
||||
var base64Data = utils.encodeBase64(content);
|
||||
var multipartRequestBody = [
|
||||
delimiter,
|
||||
|
Loading…
Reference in New Issue
Block a user