From 248a359ac9a9269ee3771baf5a4e35c96455cdee Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 19 Nov 2017 16:30:05 +0100 Subject: [PATCH] Fix phpcs --- htdocs/core/js/lib_head.js.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/core/js/lib_head.js.php b/htdocs/core/js/lib_head.js.php index 9442190a1c2..a5f9aa597f0 100644 --- a/htdocs/core/js/lib_head.js.php +++ b/htdocs/core/js/lib_head.js.php @@ -1085,3 +1085,5 @@ $(document).ready(function() { }); }); + +// End of lib_head.js.php