mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-26 15:02:21 +03:00
исправил баг двойного вызова функции))))
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
|
||||
<title>IoT Manager 4.3.9</title>
|
||||
<title>IoT Manager 4.4.0</title>
|
||||
|
||||
<link rel="icon" type="image/png" href="/favicon.ico" />
|
||||
<link rel="stylesheet" href="/build/bundle.css?439" />
|
||||
<link rel="stylesheet" href="/build/bundle.css?440" />
|
||||
|
||||
<script defer src="/build/bundle.js?439"></script>
|
||||
<script defer src="/build/bundle.js?440"></script>
|
||||
</head>
|
||||
|
||||
<body></body>
|
||||
|
||||
@@ -274,7 +274,7 @@
|
||||
<div class="grd-2col1">
|
||||
<button class="btn-lg" on:click={() => saveConfig()}>{"Сохранить на устройстве"}</button>
|
||||
<button class="btn-lg" on:click={() => rebootEsp()}>{"Перезагрузить устройство"}</button>
|
||||
<button class="btn-lg" on:click={() => (createExportFile(), createExportFile())}>{"Экспорт конфигурации"}</button>
|
||||
<button class="btn-lg" on:click={() => createExportFile()}>{"Экспорт конфигурации"}</button>
|
||||
<label on:click={() => reset()} class="btn-lg cursor-pointer select-none">
|
||||
<input bind:files accept="application/JSON" type="file" id="formFile" />
|
||||
{"Импорт конфигурации"}
|
||||
|
||||
Reference in New Issue
Block a user