Pascal Dreissen
2016-07-20 1ecb9918ccf080707fd43e49d1e03f91dcaadb52
interface/web/themes/default/assets/javascripts/ispconfig.js
@@ -134,6 +134,8 @@
         'fontAwesome': true,
         'autoclose': true
      });
      $('[data-toggle="tooltip"]').tooltip({
      });
      
      ISPConfig.callHook('onAfterContentLoad', {'url': url, 'data': data });
   },
@@ -548,7 +550,12 @@
   }
};
function removeReadOnly(password) {
   password.removeAttribute('readonly');
   password.removeAttribute('data-original-title');
   password.removeAttribute('data-toggle');
   password.removeAttribute('data-placement');
}
$(document).on("change", function(event) {
   var elName = event.target.localName;
   if ($("#pageForm .table #Filter").length > 0 && elName == 'select') {