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