Browse Source

Fix new network auto-expand

fastled
Xose Pérez 7 years ago
parent
commit
a65018f1b9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/html/custom.js

+ 1
- 1
code/html/custom.js View File

@ -390,7 +390,7 @@ function init() {
$(".button-apikey").on('click', doGenerateAPIKey);
$(".pure-menu-link").on('click', showPanel);
$(".button-add-network").on('click', function() {
$("div.more", addNetwork).toggle();
$("div.more", addNetwork()).toggle();
});
$.ajax({


Loading…
Cancel
Save