X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fjs%2Ftheme.js;h=9be1b9456e8f8254d36e99f093f59d096d222d01;hb=60c1172e7ef43ffa8a8e631c6e484e5ca803dbc7;hp=d7372704ed51884d6cb34c78aec75e3a3d6bb99d;hpb=cd0d5d6a18ed84aa6c2b586bc3bf5ae5664bc843;p=friendica.git diff --git a/view/theme/frio/js/theme.js b/view/theme/frio/js/theme.js index d7372704ed..9be1b9456e 100644 --- a/view/theme/frio/js/theme.js +++ b/view/theme/frio/js/theme.js @@ -1,3 +1,6 @@ + +var jotcache = ''; //The jot cache. We use it as cache to restore old/original jot content + $(document).ready(function(){ //fade in/out based on scrollTop value $(window).scroll(function () { @@ -69,7 +72,7 @@ $(document).ready(function(){ } // show bulk deletion button at network page if checkbox is checked - $('input.item-select').change(function(){ + $("body").change("input.item-select", function(){ var checked = false; // We need to get all checked items, so it would close the delete button @@ -114,6 +117,9 @@ $(document).ready(function(){ } }); + // initialize the bootstrap-select + $('.selectpicker').selectpicker(); + }); //function commentOpenUI(obj, id) {