]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/js/theme.js
Merge pull request #2576 from rabuzarus/0806-PConfig
[friendica.git] / view / theme / frio / js / theme.js
index 5138a4822d5ccc3fe4d3b76a1b9fbf9ec0a7bff0..9be1b9456e8f8254d36e99f093f59d096d222d01 100644 (file)
@@ -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) {