Fix filament/printer selection loading page translation (#9530)

This commit is contained in:
Noisyfox 2025-05-03 18:06:04 +08:00 committed by GitHub
parent a37d648370
commit 81f1cd4532
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,8 @@ var TargetPage=null;
function OnInit()
{
TranslatePage();
TargetPage=GetQueryString("target");
//setTimeout("JumpToTarget()",20*1000);