mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Delete branches
This commit is contained in:
parent
22205c133a
commit
715f06a3f8
@ -106,7 +106,7 @@
|
||||
"c9.ide.run.build": "#0598fff697",
|
||||
"c9.ide.run.debug.xdebug": "#c4d852533c",
|
||||
"c9.ide.save": "#5118b30230",
|
||||
"c9.ide.scm": "#f881b761c6",
|
||||
"c9.ide.scm": "#b78edfc705",
|
||||
"c9.ide.terminal.monitor": "#35afa7f97f",
|
||||
"c9.ide.test": "#520fa1e6c5",
|
||||
"c9.ide.test.mocha": "#7844e1dc83",
|
||||
|
||||
@ -615,7 +615,10 @@ define(function(require, exports, module) {
|
||||
*
|
||||
*/
|
||||
refresh: function(){
|
||||
model.setRoot(fRoot || plugin.root);
|
||||
if (model.keyword)
|
||||
plugin.filterKeyword = model.keyword;
|
||||
else
|
||||
model.setRoot(plugin.root);
|
||||
},
|
||||
/**
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user