From a3e6fe5522e5c8049b50e77bbd48f1ccb56e1d59 Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Mon, 3 Aug 2020 11:47:31 -0500 Subject: [PATCH] make the eslint nanny happy --- web/skins/classic/includes/functions.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/skins/classic/includes/functions.php b/web/skins/classic/includes/functions.php index 33527b1b5..4723f3054 100644 --- a/web/skins/classic/includes/functions.php +++ b/web/skins/classic/includes/functions.php @@ -140,17 +140,17 @@ if ( $css != 'base' ) var mootoolsLoaded = (typeof MooTools != 'undefined'); if (bootstrapLoaded && mootoolsLoaded) { Element.implement({ - hide: function () { + hide: function() { return this; }, - show: function (v) { + show: function(v) { return this; }, - slide: function (v) { + slide: function(v) { return this; } }); - } + } jQuery("#flip").click(function() { jQuery("#panel").slideToggle("slow"); var flip = jQuery("#flip");