mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
trivial fixes
This commit is contained in:
parent
237f0d68ae
commit
bbfaab263e
@ -183,6 +183,8 @@ define(function(require, module, exports) {
|
||||
});
|
||||
plugin.on("unload", function(){
|
||||
loaded = false;
|
||||
defaultEditor = null;
|
||||
group = null;
|
||||
});
|
||||
|
||||
/***** Register and define API *****/
|
||||
|
||||
@ -356,6 +356,13 @@ define(function(require, exports, module) {
|
||||
}
|
||||
});
|
||||
});
|
||||
handle.on("unload", function(){
|
||||
mnuTerminal = null;
|
||||
lastEditor = null;
|
||||
lastTerminal = null;
|
||||
shownDotsHelp = null;
|
||||
installPrompted = null;
|
||||
});
|
||||
|
||||
handle.draw = function(){
|
||||
ui.insertMarkup(null, markupMenu, handle);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user