]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/contacts-template.tpl
frio: sanitize $schema only if the variable is initialized
[friendica.git] / view / theme / frio / templates / contacts-template.tpl
index 13617692b8a06b6588713322723ddacf329cbb2d..68f2c2882c1e520afd964eab1774845b76d7773e 100644 (file)
@@ -36,7 +36,7 @@
                {{* We put the contact batch actions in a dropdown menu *}}
                <ul class="nav nav-pills preferences">
                        <li class="dropdown pull-right">
-                               <button type="button" class="btn-link btn-sm dropdown-toggle" id="BatchActionDropdownMenuTools" data-toggle="dropdown" aria-expanded="true">
+                               <button type="button" class="btn btn-link btn-sm dropdown-toggle" id="BatchActionDropdownMenuTools" data-toggle="dropdown" aria-expanded="false">
                                        <i class="fa fa-angle-down"></i>&nbsp;{{$h_batch_actions}}
                                </button>
                                <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="BatchActionDropdownMenuTools">
@@ -64,7 +64,7 @@
        {{$paginate}}
 </div>
 
-<script>
+<script type="text/javascript">
  $(document).ready(function() {
   // javascript dialog to batch actions
   $(".batch-action").click(function(e){