mirror of
https://github.com/friendica/friendica
synced 2024-11-18 12:23:41 +00:00
Please add an EOF EOL
This commit is contained in:
parent
1e7d9fdcf6
commit
225e86e437
3 changed files with 3 additions and 3 deletions
|
@ -10,4 +10,4 @@ $(window).load(function(){
|
|||
// Scroll to the Item by its GUID
|
||||
scrollToItem('item-' + itemGuid);
|
||||
});
|
||||
// @license-end
|
||||
// @license-end
|
||||
|
|
|
@ -226,4 +226,4 @@ function dropItem(url, elementId) {
|
|||
});
|
||||
}
|
||||
}
|
||||
// @license-end
|
||||
// @license-end
|
||||
|
|
|
@ -800,4 +800,4 @@ function toggleDropdownText(elm) {
|
|||
function hasClass(elem, cls) {
|
||||
return (" " + elem.className + " " ).indexOf( " "+cls+" " ) > -1;
|
||||
}
|
||||
// @license-end
|
||||
// @license-end
|
||||
|
|
Loading…
Reference in a new issue