We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8eeb0 commit df31c28Copy full SHA for df31c28
javascript/src/utils.js
@@ -18,7 +18,7 @@ goog.require('kt.MultiComplete');
18
* @type {string} Base path where to load other resources.
19
*/
20
klokantech.jekylledit.BASE_URL = goog.DEBUG ? 'http://localhost:8000/' :
21
- 'http://jekylledit.klokantech.com/';
+ '//jekylledit.klokantech.com/';
22
23
24
/**
0 commit comments