/html/qunit.html

https://github.com/ajanthanm/cssfilterlab · HTML · 9 lines · 8 code · 1 blank · 0 comment · 0 complexity · c126ff6c28db5deb028f5d1d0c855b41 MD5 · raw file

  1. <div id="qunit"></div>
  2. <script>
  3. (function() {
  4. // Remove the loading indicator.
  5. var loadingEl = document.getElementById("loading");
  6. loadingEl.parentNode.removeChild(loadingEl);
  7. })();
  8. </script>