update SocketHttpListener

This commit is contained in:
Luke Pulverenti 2016-08-04 15:05:52 -04:00
parent 0c9d201edd
commit 8dbdfe3be1
8 changed files with 24 additions and 141 deletions

View file

@ -37,9 +37,6 @@
labelElement.insertAdjacentHTML('beforeend', '<span class="mdl-radio__outer-circle"></span><span class="mdl-radio__inner-circle"></span>');
// ripple container
//labelElement.insertAdjacentHTML('beforeend', '<span class="mdl-radio__ripple-container mdl-js-ripple-effect mdl-ripple--center" data-upgraded=",MaterialRipple"><span class="mdl-ripple is-animating" style="width: 120.794px; height: 120.794px; transform: translate(-50%, -50%) translate(21px, 21px);"></span></span>');
this.addEventListener('keydown', onKeyDown);
};