raster pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=43a5824062575d24a069fd2a81e49d18173fbe8f
commit 43a5824062575d24a069fd2a81e49d18173fbe8f Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Tue Jul 11 12:02:26 2017 +0900 ircbuttion - handle touch events too --- public_html/lib/tpl/e/footer.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public_html/lib/tpl/e/footer.html b/public_html/lib/tpl/e/footer.html index 481fd56..2ed724d 100644 --- a/public_html/lib/tpl/e/footer.html +++ b/public_html/lib/tpl/e/footer.html @@ -3,7 +3,9 @@ <div id="ircbutton" onmousedown="this.style.background='#3399ff'" + ontouchstart="this.style.background='#3399ff'" onmouseup="this.style.background='#181818'" + ontouchend="this.style.background='#181818'" onclick="{ var d = document.getElementById('ircbubble'); if (!(d.style.display === 'none')) { --