kopia lustrzana https://github.com/c9/core
Hide the Plugin Manager behind the ?sdk=1 flag
rodzic
a7e334e815
commit
566664609b
|
@ -105,7 +105,7 @@ define(function(require, exports, module) {
|
|||
});
|
||||
// var emit = plugin.getEmitter();
|
||||
|
||||
var HASSDK = experimental.addExperiment("sdk=0", "SDK/Load Custom Plugins");
|
||||
var HASSDK = experimental.addExperiment("sdk=1", "SDK/Load Custom Plugins");
|
||||
|
||||
var model, datagrid, filterbox;
|
||||
var btnUninstall, btnReport, btnReadme, btnCloud9, btnReload;
|
||||
|
|
Ładowanie…
Reference in New Issue