kopia lustrzana https://github.com/c9/core
Fix trivial error in question
rodzic
917b66c072
commit
01bdbf8207
|
@ -38,7 +38,7 @@ define(function(require, module, exports) {
|
|||
|
||||
plugin.title = title;
|
||||
plugin.heading = options && options.isHTML ? header : util.escapeXml(header);
|
||||
plugin.body = options && options.isHTML ? header : util.escapeXml(header);
|
||||
plugin.body = options && options.isHTML ? msg : util.escapeXml(msg);
|
||||
|
||||
plugin.allowClose = cancel;
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue