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
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) {
return (" " + elem.className + " " ).indexOf( " "+cls+" " ) > -1;
}
// @license-end
// @license-end