forked from server/soundboard
Fix whitespace issues (trailing, indentation, etc)
This commit is contained in:
parent
b6905e566c
commit
984ff20c19
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
var localModeEnabled = false;
|
var localModeEnabled = false;
|
||||||
|
|
||||||
// References to howler objects
|
// References to howler objects
|
||||||
@ -39,7 +38,6 @@ ready(function() {
|
|||||||
searchfield.focus();
|
searchfield.focus();
|
||||||
|
|
||||||
searchfield.addEventListener("keyup", function() {
|
searchfield.addEventListener("keyup", function() {
|
||||||
|
|
||||||
var buttons = document.querySelectorAll(".sound");
|
var buttons = document.querySelectorAll(".sound");
|
||||||
|
|
||||||
buttons.forEach(function(item) {
|
buttons.forEach(function(item) {
|
||||||
@ -198,4 +196,3 @@ function killAllAudio() {
|
|||||||
ajaxRequest("/?killvideo=yes");
|
ajaxRequest("/?killvideo=yes");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user