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
|
// Scroll to the Item by its GUID
|
||||||
scrollToItem('item-' + itemGuid);
|
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) {
|
function hasClass(elem, cls) {
|
||||||
return (" " + elem.className + " " ).indexOf( " "+cls+" " ) > -1;
|
return (" " + elem.className + " " ).indexOf( " "+cls+" " ) > -1;
|
||||||
}
|
}
|
||||||
// @license-end
|
// @license-end
|
||||||
|
|
Loading…
Reference in a new issue