/html/qunit.html
https://github.com/ajanthanm/cssfilterlab · HTML · 9 lines · 8 code · 1 blank · 0 comment · 0 complexity · c126ff6c28db5deb028f5d1d0c855b41 MD5 · raw file
- <div id="qunit"></div>
-
- <script>
- (function() {
- // Remove the loading indicator.
- var loadingEl = document.getElementById("loading");
- loadingEl.parentNode.removeChild(loadingEl);
- })();
- </script>