Fix rebuild ACP alert not working sometimes (#6403)

This commit is contained in:
Peter Jaszkowiak
2018-03-26 13:53:07 -06:00
committed by Julian Lam
parent a00f1f9a81
commit 968d5e441f

View File

@@ -1,7 +1,11 @@
'use strict';
define('admin/modules/instance', function () {
define('admin/modules/instance', [
// 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 = {};
instance.rebuildAndRestart = function (callback) {