Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/AutoConnect/commit/8968579f0b6d170b1cfff1da06a3b3607a29f551?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Add the id attr. to ACText

pull/83/head
Hieromon Ikasamo 6 years ago
parent 8cd9ba5bf2
commit 8968579f0b
  1. 2
      src/AutoConnectElementBasisImpl.h

@ -292,7 +292,7 @@ const String AutoConnectTextBasis::toHTML(void) const {
String html = String(""); String html = String("");
if (enable) { if (enable) {
html = String("<div"); html = String(F("<div id=\"")) + name + String('"');
String value_f = value; String value_f = value;
if (style.length()) if (style.length())

Loading…
Cancel
Save