add deleted object.assign back

This commit is contained in:
RandalHoffman 2021-02-21 23:05:41 -08:00
parent c568bf2ef2
commit a117b7f662

View file

@ -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"],
}); });