kopia lustrzana https://github.com/c9/core
Merge pull request +15043 from c9/ide-fix-save-save-save-or-dont
Fix "Save, save, save — or don't" and "Save none"pull/378/head
commit
5b36a3a4f0
|
@ -111,7 +111,7 @@
|
|||
"c9.ide.run": "#3cd1f257ca",
|
||||
"c9.ide.run.build": "#0598fff697",
|
||||
"c9.ide.run.debug.xdebug": "#054367574c",
|
||||
"c9.ide.save": "#25a63f31e2",
|
||||
"c9.ide.save": "#ed8b7a5622",
|
||||
"c9.ide.scm": "#637a68cd04",
|
||||
"c9.ide.terminal.monitor": "#5a6a54ce24",
|
||||
"c9.ide.test": "#102942ae4e",
|
||||
|
|
|
@ -58,7 +58,7 @@ define(function(require, module, exports) {
|
|||
});
|
||||
|
||||
plugin.update([
|
||||
{ id: "cancel", visible: cancel, onclick: function(){ plugin.hide(); } },
|
||||
{ id: "cancel", visible: cancel && !options.notoall, onclick: function() { plugin.hide(); } },
|
||||
{ id: "dontask", visible: showDontAsk },
|
||||
{ id: "yestoall", visible: all, onclick: function(){
|
||||
gotYesNo = true;
|
||||
|
|
Ładowanie…
Reference in New Issue