From a65018f1b9c8dd6600024c326196240b1112db99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Thu, 16 Feb 2017 00:21:29 +0100 Subject: [PATCH] Fix new network auto-expand --- code/html/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/html/custom.js b/code/html/custom.js index 7204d646..1c87f734 100644 --- a/code/html/custom.js +++ b/code/html/custom.js @@ -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({