Allowing changing merge both caption

pull/152/head
Tim Robinson 2015-09-11 12:33:37 +00:00
rodzic 8c78c04c61
commit 1ac22b4693
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -39,6 +39,12 @@ define(function(require, module, exports) {
cb.uncheck();
cb.setAttribute("visible", options.all !== false);
if (options.merge) {
var mergeBoth = plugin.getElement("mergeboth");
if (options.merge.caption) mergeBoth.setAttribute("caption", options.mergeBoth.caption);
}
plugin.update([
{ id: "keepmine", onclick: function(){ plugin.hide(); onlocal(cb.value); } },
{ id: "useremote", onclick: function(){ plugin.hide(); onremote(cb.value); } },