forked from Botanical/BotanJS
Https migrations
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
/** @type {System.Cycle} */
|
||||
var Cycle = __import( "System.Cycle" );
|
||||
/** @type {System.utils} */
|
||||
var utils = __import( "System.utils" );
|
||||
/** @type {System.utils.EventKey} */
|
||||
var EventKey = __import( "System.utils.EventKey" );
|
||||
/** @type {System.Debug} */
|
||||
@@ -112,7 +114,7 @@
|
||||
|
||||
/** @type {_AstConf_.AstroEdit} */
|
||||
var a_conf = Config.get( "AstroEdit" );
|
||||
var base_path = Config.get( "BasePath" );
|
||||
var base_path = utils.siteProto( Config.get( "BasePath" ) );
|
||||
|
||||
/*{{{ preview fields */
|
||||
var ae_p_fields = {
|
||||
|
||||
Reference in New Issue
Block a user