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;
|
||||
|
||||
// References to howler objects
|
||||
@ -39,7 +38,6 @@ ready(function() {
|
||||
searchfield.focus();
|
||||
|
||||
searchfield.addEventListener("keyup", function() {
|
||||
|
||||
var buttons = document.querySelectorAll(".sound");
|
||||
|
||||
buttons.forEach(function(item) {
|
||||
@ -198,4 +196,3 @@ function killAllAudio() {
|
||||
ajaxRequest("/?killvideo=yes");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user