Bug 5287: Add floating toolbar to search results in OPAC
[koha-equinox.git] / koha-tmpl / opac-tmpl / bootstrap / js / script.js
index de8401b..93f9c8e 100644 (file)
@@ -1,7 +1,6 @@
 enquire.register("screen and (max-width:608px)", {
     match : function() {
         $("#masthead_search").insertAfter("#select_library");
-        $(".sort_by").removeClass("pull-right");
         if($("body.scrollto").length > 0){
             $("body.scrollto").animate({
                 scrollTop: $(".maincontent").offset().top
@@ -9,7 +8,6 @@ enquire.register("screen and (max-width:608px)", {
         }
     },
     unmatch : function() {
-        $(".sort_by").addClass("pull-right");
     }
 });