Skip to content

Commit df31c28

Browse files
committed
Remove http protocol from javascript
1 parent 6e8eeb0 commit df31c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/src/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ goog.require('kt.MultiComplete');
1818
* @type {string} Base path where to load other resources.
1919
*/
2020
klokantech.jekylledit.BASE_URL = goog.DEBUG ? 'http://localhost:8000/' :
21-
'http://jekylledit.klokantech.com/';
21+
'//jekylledit.klokantech.com/';
2222

2323

2424
/**

0 commit comments

Comments
 (0)