mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Remove recursion
This commit is contained in:
parent
5e03825d4d
commit
24d99a877e
@ -395,7 +395,7 @@ define(function(require, exports, module) {
|
||||
hash[key] = value;
|
||||
|
||||
// Tell everyone this property changed
|
||||
emit(parts.join("/"));
|
||||
emit(parts.join("/"), value);
|
||||
// Tell everyone it's parent changed
|
||||
emit(query, value);
|
||||
|
||||
|
||||
@ -30,6 +30,8 @@ define(function(require, exports, module) {
|
||||
if (loaded) return false;
|
||||
loaded = true;
|
||||
|
||||
settings.setDefaults("state/experiments", [["@enabled", true]]);
|
||||
|
||||
plugin.form.add([{
|
||||
type: "custom",
|
||||
title: "Introduction",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user