Browse Source

webui: fix missing files and bump jquery

mcspr-patch-1
Maxim Prokhorov 3 years ago
parent
commit
df24cf0036
24 changed files with 27405 additions and 27261 deletions
  1. BIN
      code/espurna/data/index.all.html.gz
  2. BIN
      code/espurna/data/index.curtain.html.gz
  3. BIN
      code/espurna/data/index.garland.html.gz
  4. BIN
      code/espurna/data/index.light.html.gz
  5. BIN
      code/espurna/data/index.lightfox.html.gz
  6. BIN
      code/espurna/data/index.rfbridge.html.gz
  7. BIN
      code/espurna/data/index.rfm69.html.gz
  8. BIN
      code/espurna/data/index.sensor.html.gz
  9. BIN
      code/espurna/data/index.small.html.gz
  10. BIN
      code/espurna/data/index.thermostat.html.gz
  11. +3262
    -3249
      code/espurna/static/index.all.html.gz.h
  12. +2382
    -2369
      code/espurna/static/index.curtain.html.gz.h
  13. +2440
    -2426
      code/espurna/static/index.garland.html.gz.h
  14. +2999
    -2986
      code/espurna/static/index.light.html.gz.h
  15. +2456
    -2442
      code/espurna/static/index.lightfox.html.gz.h
  16. +2478
    -2464
      code/espurna/static/index.rfbridge.html.gz.h
  17. +3978
    -3964
      code/espurna/static/index.rfm69.html.gz.h
  18. +2508
    -2494
      code/espurna/static/index.sensor.html.gz.h
  19. +2427
    -2413
      code/espurna/static/index.small.html.gz.h
  20. +2465
    -2451
      code/espurna/static/index.thermostat.html.gz.h
  21. +1
    -1
      code/html/index.html
  22. +7
    -0
      code/html/vendor/iro-5.3.1.min.js
  23. +0
    -2
      code/html/vendor/jquery-3.4.1.slim.min.js
  24. +2
    -0
      code/html/vendor/jquery-3.5.0.slim.min.js

BIN
code/espurna/data/index.all.html.gz View File


BIN
code/espurna/data/index.curtain.html.gz View File


BIN
code/espurna/data/index.garland.html.gz View File


BIN
code/espurna/data/index.light.html.gz View File


BIN
code/espurna/data/index.lightfox.html.gz View File


BIN
code/espurna/data/index.rfbridge.html.gz View File


BIN
code/espurna/data/index.rfm69.html.gz View File


BIN
code/espurna/data/index.sensor.html.gz View File


BIN
code/espurna/data/index.small.html.gz View File


BIN
code/espurna/data/index.thermostat.html.gz View File


+ 3262
- 3249
code/espurna/static/index.all.html.gz.h
File diff suppressed because it is too large
View File


+ 2382
- 2369
code/espurna/static/index.curtain.html.gz.h
File diff suppressed because it is too large
View File


+ 2440
- 2426
code/espurna/static/index.garland.html.gz.h
File diff suppressed because it is too large
View File


+ 2999
- 2986
code/espurna/static/index.light.html.gz.h
File diff suppressed because it is too large
View File


+ 2456
- 2442
code/espurna/static/index.lightfox.html.gz.h
File diff suppressed because it is too large
View File


+ 2478
- 2464
code/espurna/static/index.rfbridge.html.gz.h
File diff suppressed because it is too large
View File


+ 3978
- 3964
code/espurna/static/index.rfm69.html.gz.h
File diff suppressed because it is too large
View File


+ 2508
- 2494
code/espurna/static/index.sensor.html.gz.h
File diff suppressed because it is too large
View File


+ 2427
- 2413
code/espurna/static/index.small.html.gz.h
File diff suppressed because it is too large
View File


+ 2465
- 2451
code/espurna/static/index.thermostat.html.gz.h
File diff suppressed because it is too large
View File


+ 1
- 1
code/html/index.html View File

@ -2270,7 +2270,7 @@
</body>
<!-- build:js script.js -->
<script src="vendor/jquery-3.4.1.slim.min.js"></script>
<script src="vendor/jquery-3.5.0.slim.min.js"></script>
<script src="custom.js"></script>
<!-- removeIf(!light) -->
<script src="vendor/iro-5.3.1.min.js"></script>


+ 7
- 0
code/html/vendor/iro-5.3.1.min.js
File diff suppressed because it is too large
View File


+ 0
- 2
code/html/vendor/jquery-3.4.1.slim.min.js
File diff suppressed because it is too large
View File


+ 2
- 0
code/html/vendor/jquery-3.5.0.slim.min.js
File diff suppressed because it is too large
View File


Loading…
Cancel
Save