Browse Source

Remove colorpciker js when not needed

rfm69
Xose Pérez 6 years ago
parent
commit
d9b7e4fe35
4 changed files with 1475 additions and 6630 deletions
  1. +0
    -4823
      code/espurna/data/index.html
  2. BIN
      code/espurna/data/index.html.gz
  3. +1472
    -1806
      code/espurna/static/index.html.gz.h
  4. +3
    -1
      code/html/index.html

+ 0
- 4823
code/espurna/data/index.html
File diff suppressed because it is too large
View File


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


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


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

@ -1478,9 +1478,11 @@
<!-- build:js script.js --> <!-- build:js script.js -->
<script src="vendor/jquery-3.2.1.min.js"></script> <script src="vendor/jquery-3.2.1.min.js"></script>
<script src="custom.js"></script>
<script src="vendor/checkboxes.js"></script> <script src="vendor/checkboxes.js"></script>
<!-- removeIf(!light)-->
<script src="vendor/jquery.wheelcolorpicker-3.0.3.min.js"></script> <script src="vendor/jquery.wheelcolorpicker-3.0.3.min.js"></script>
<script src="custom.js"></script>
<!-- endRemoveIf(!light)-->
<!-- endbuild --> <!-- endbuild -->
</html> </html>

Loading…
Cancel
Save