From 225e86e4376aa4c7f0bb2b3e42c32a1cac61f89a Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 27 Sep 2020 20:00:06 +0200 Subject: [PATCH] Please add an EOF EOL --- view/theme/frio/js/mod_display.js | 2 +- view/theme/frio/js/textedit.js | 2 +- view/theme/frio/js/theme.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/view/theme/frio/js/mod_display.js b/view/theme/frio/js/mod_display.js index 3c16bac17..965450261 100644 --- a/view/theme/frio/js/mod_display.js +++ b/view/theme/frio/js/mod_display.js @@ -10,4 +10,4 @@ $(window).load(function(){ // Scroll to the Item by its GUID scrollToItem('item-' + itemGuid); }); -// @license-end \ No newline at end of file +// @license-end diff --git a/view/theme/frio/js/textedit.js b/view/theme/frio/js/textedit.js index 52fec9469..f9152d464 100644 --- a/view/theme/frio/js/textedit.js +++ b/view/theme/frio/js/textedit.js @@ -226,4 +226,4 @@ function dropItem(url, elementId) { }); } } -// @license-end \ No newline at end of file +// @license-end diff --git a/view/theme/frio/js/theme.js b/view/theme/frio/js/theme.js index 7346c06d7..99ec88de1 100644 --- a/view/theme/frio/js/theme.js +++ b/view/theme/frio/js/theme.js @@ -800,4 +800,4 @@ function toggleDropdownText(elm) { function hasClass(elem, cls) { return (" " + elem.className + " " ).indexOf( " "+cls+" " ) > -1; } -// @license-end \ No newline at end of file +// @license-end