Skip to content

Commit

Permalink
Fixed Cadasta#1148
Browse files Browse the repository at this point in the history
  • Loading branch information
iharsh234 authored and amplifi committed Apr 3, 2017
1 parent f35c103 commit b4ca5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadasta/templates/organization/project_wrapper.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ <h1 class="{% if is_administrator or is_allowed_add_location or is_allowed_add_r
});
$('#sidebar .nav-sidebar .search a').bind('click', function(e) {
if(window.location.href.indexOf("?q=") > -1) {
$('html, body').animate({ scrollTop: 0 }, 'fast');
$('.content-single').animate({ scrollTop: 0 }, 'fast');
}
if (!$('#sidebar').hasClass('search')) {
if ($('#sidebar-search-box').hasClass('disabled')) {
Expand Down

0 comments on commit b4ca5ca

Please sign in to comment.