Commit b774386b authored by Paul Asmuth's avatar Paul Asmuth
Browse files

Merge branch 'cockpit' of github.com:fnordcorp/clickmatcher into cockpit

parents 9b9990af 9e330366
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -44,7 +44,10 @@
        }
      }


      Fnord.httpGet(url, function(r) {
        console.log(r);
        //http://localhost:9999/logjoin_stats.php
      });
      this.shadowRoot.querySelector("iframe").setAttribute("src", url);
    };