Please add an EOF EOL

This commit is contained in:
Tobias Diekershoff 2020-09-27 20:00:06 +02:00
parent 1e7d9fdcf6
commit 225e86e437
3 changed files with 3 additions and 3 deletions

View file

@ -10,4 +10,4 @@ $(window).load(function(){
// Scroll to the Item by its GUID // Scroll to the Item by its GUID
scrollToItem('item-' + itemGuid); scrollToItem('item-' + itemGuid);
}); });
// @license-end // @license-end

View file

@ -226,4 +226,4 @@ function dropItem(url, elementId) {
}); });
} }
} }
// @license-end // @license-end

View file

@ -800,4 +800,4 @@ function toggleDropdownText(elm) {
function hasClass(elem, cls) { function hasClass(elem, cls) {
return (" " + elem.className + " " ).indexOf( " "+cls+" " ) > -1; return (" " + elem.className + " " ).indexOf( " "+cls+" " ) > -1;
} }
// @license-end // @license-end