kopia lustrzana https://github.com/c9/core
add textselect option to dialog
rodzic
af21eedaf5
commit
8aa90ef045
|
@ -190,7 +190,10 @@ define(function(require, module, exports) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// allow selecting dialog message text
|
// allow selecting dialog message text
|
||||||
titles.textselect = !custom;
|
var textselect = options.textselect;
|
||||||
|
if (textselect == undefined)
|
||||||
|
textselect = !custom;
|
||||||
|
titles.textselect = textselect;
|
||||||
|
|
||||||
// When the dialog closes the next dialog can appear
|
// When the dialog closes the next dialog can appear
|
||||||
plugin.once("hide", next);
|
plugin.once("hide", next);
|
||||||
|
|
Ładowanie…
Reference in New Issue