mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
Bookmark: Remove depr. function fillWindow, ref #73
Thanks Raydiation for the hint
This commit is contained in:
parent
2fc9a2beea
commit
2462d34a42
@ -33,8 +33,11 @@ input.disabled, input.disabled:hover {
|
||||
|
||||
.bookmarks_list {
|
||||
overflow: auto;
|
||||
position: fixed;
|
||||
top: 6.5em;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
padding-top: 3em;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#add_url {
|
||||
|
@ -10,11 +10,8 @@ $(document).ready(function() {
|
||||
$('#settingsbtn').on('click keydown', toggleSettings);
|
||||
$('#bm_export').click(exportBm);
|
||||
|
||||
$(window).resize(function () {
|
||||
fillWindow($('.bookmarks_list'));
|
||||
});
|
||||
$(window).resize();
|
||||
$('.bookmarks_list').scroll(updateOnBottom).empty().width($('#rightcontent').width());
|
||||
$('.bookmarks_list').scroll(updateOnBottom).empty();
|
||||
$('#tag_filter input').tagit({
|
||||
allowSpaces: true,
|
||||
availableTags: fullTags,
|
||||
|
Loading…
Reference in New Issue
Block a user