Content deleted Content added
(bot/CD) |
(bot/CD) |
||
Line 351:
var version = "0.6.0";
var gitAbbrevHash = "
var gitBranch = "
var gitDate = "Wed, 14 Feb 2024 13:
var gitVersion = "0.6.0+
/**
Line 13,851:
// page was made, and we need to switch to it.
if (this.core.lastEdited.get() < liveWikiConfig.core.lastEdited) {
if (liveWikiConfig.core.configVersion >
// Don't update if the config version is higher than ours. We don't want
// to load in the config of a newer version, as it may break things.
Line 13,859:
return;
}
else if (liveWikiConfig.core.configVersion <
// Version change detected.
// Do nothing... for now.
|