add deleted object.assign back
This commit is contained in:
parent
c568bf2ef2
commit
a117b7f662
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ $(document).ready(function(){
|
||||||
|
|
||||||
}
|
}
|
||||||
// Can add custom routing if necessary but currently both routes are identical
|
// Can add custom routing if necessary but currently both routes are identical
|
||||||
var device_old = ({}, device_common,{
|
var device_old = Object.assign({}, device_common,{
|
||||||
// custom routing here
|
// custom routing here
|
||||||
// example: "24": ["seedminer", "multiple-options", "installing-boot9strap-(pichaxx)", "finalizing-setup"],
|
// example: "24": ["seedminer", "multiple-options", "installing-boot9strap-(pichaxx)", "finalizing-setup"],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue