Fix whitespace issues (trailing, indentation, etc)

This commit is contained in:
Martin Müller 2017-09-14 18:27:36 +02:00
parent b6905e566c
commit 984ff20c19

View File

@ -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");
}
}