Merge branch 'master' into multi-wiki-support

This commit is contained in:
Jeremy Ruston
2024-11-06 15:20:44 +00:00
143 changed files with 2820 additions and 510 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ var Command = function(params,commander) {
Command.prototype.execute = function() {
// Get the build targets defined in the wiki
var buildTargets = $tw.boot.wikiInfo.build;
var buildTargets = $tw.boot.wikiInfo && $tw.boot.wikiInfo.build;
if(!buildTargets) {
return "No build targets defined";
}