1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update buttons

This commit is contained in:
Luke Pulverenti 2016-08-14 12:53:23 -04:00
parent 66d5f9eded
commit ce30e1391e
3 changed files with 14 additions and 5 deletions

View file

@ -14,7 +14,9 @@
var div = document.createElement('div');
div.classList.add('ripple-effect');
for (var i = 0, length = btn.classList.length; i < length; i++) {
div.classList.add(btn.classList[i] + '-ripple-effect');
}
var offsetX = e.offsetX || 0;
var offsetY = e.offsetY || 0;