Remove scroll to bookmarks_menu, no longer existent and the bookmark controls are always visible at the top anyways

remotes/origin/stable4
Michael Gapczynski 14 years ago
parent e7c106d91e
commit 6d37f9b951
  1. 5
      apps/bookmarks/js/bookmarks.js

@ -122,11 +122,8 @@ function showBookmark(event) {
if ($('.bookmarks_add').css('display') == 'none') {
$('.bookmarks_add').slideToggle();
}
$('html, body').animate({
scrollTop: ($('.bookmarks_menu'))?$('.bookmarks_menu').offset().top:0
}, 500);
}
function replaceQueryString(url,param,value) {
var re = new RegExp("([?|&])" + param + "=.*?(&|$)","i");
if (url.match(re))

Loading…
Cancel
Save