diff --git a/index.html b/index.html index 324bb6f..181951c 100644 --- a/index.html +++ b/index.html @@ -20,9 +20,11 @@ $(document).ready(function () { var listDoodle = $("#printers-doodle"); var listSliceTest = $("#printers-slicetest"); + var listSliceWebworker = $("#printers-webworker"); listDoodle.append("
  • Wired Printer
  • "); listSliceTest.append("
  • Wired Printer
  • "); + listSliceWebworker.append("
  • Wired Printer
  • "); /* printers.push({ @@ -44,6 +46,7 @@ $(document).ready(function () { listDoodle.append("
  • " + box.wifiboxid + "
  • "); listSliceTest.append("
  • " + box.wifiboxid + "
  • "); + listSliceWebworker.append("
  • " + box.wifiboxid + "
  • "); } }); }); @@ -54,6 +57,10 @@ $(document).ready(function () {

    Slice Test

    + +

    Webworkers

    + +