X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fjs%2Ftheme.js;h=9be1b9456e8f8254d36e99f093f59d096d222d01;hb=60c1172e7ef43ffa8a8e631c6e484e5ca803dbc7;hp=5138a4822d5ccc3fe4d3b76a1b9fbf9ec0a7bff0;hpb=1dd77ee443f700c4f48e8b655ceef968b8fbb753;p=friendica.git diff --git a/view/theme/frio/js/theme.js b/view/theme/frio/js/theme.js index 5138a4822d..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 () { @@ -114,6 +117,9 @@ $(document).ready(function(){ } }); + // initialize the bootstrap-select + $('.selectpicker').selectpicker(); + }); //function commentOpenUI(obj, id) {