Fix rebuild ACP alert not working sometimes ()

v1.18.x
Peter Jaszkowiak committed by Julian Lam
parent a00f1f9a81
commit 968d5e441f

@ -1,7 +1,11 @@
'use strict'; 'use strict';
define('admin/modules/instance', [
define('admin/modules/instance', function () { // need to preload the compiled alert template
// otherwise it can be unloaded when rebuild & restart is run
// the client can't fetch the template file, resulting in an error
config.relative_path + '/assets/templates/alert.js',
], function () {
var instance = {}; var instance = {};
instance.rebuildAndRestart = function (callback) { instance.rebuildAndRestart = function (callback) {

Loading…
Cancel
Save