git subrepo commit (merge) mailcow/src/mailcow-dockerized

subrepo: subdir:   "mailcow/src/mailcow-dockerized"
  merged:   "32243e56"
upstream: origin:   "https://github.com/mailcow/mailcow-dockerized.git"
  branch:   "master"
  commit:   "e2b4b6f6"
git-subrepo: version:  "0.4.3"
  origin:   "???"
  commit:   "???"
Change-Id: I51e2016ef5ab88a8b0bdc08551b18f48ceef0aa5
diff --git a/mailcow/src/mailcow-dockerized/data/web/js/build/014-mailcow.js b/mailcow/src/mailcow-dockerized/data/web/js/build/014-mailcow.js
index 90d8350..7468310 100644
--- a/mailcow/src/mailcow-dockerized/data/web/js/build/014-mailcow.js
+++ b/mailcow/src/mailcow-dockerized/data/web/js/build/014-mailcow.js
@@ -159,8 +159,8 @@
     }

     if ($(this).is("select")) {

       $(this).selectpicker('destroy');

-      $(this).replaceWith(function() { 

-        return '<label class="control-label"><b>' + this.innerText + '</b></label>'; 

+      $(this).replaceWith(function() {

+        return '<label class="control-label"><b>' + this.innerText + '</b></label>';

       });

     }

     if ($(this).hasClass('btn-group')) {