Latest version of smidge, new custom NuglifyJs processor with custom settings, fixes some JS that Nuglify throws on because it's not formatted correctly, ensures nuglify is used for the minifier

This commit is contained in:
Shannon
2020-10-16 12:35:53 +11:00
parent 457fb1c45d
commit ca9fab6b48
7 changed files with 54 additions and 34 deletions

View File

@@ -370,7 +370,7 @@ function contentEditingHelper(fileManager, $q, $location, $routeParams, editorSt
//This is the ideal button order but depends on circumstance, we'll use this array to create the button list
// Publish, SendToPublish, Save
var actionOrder = ["U", "H", "A"];
var defaultActions;
var defaultAction = null;
var actions = [];
//Create the first button (primary button)