Explorar el Código

Remove reduntant header

Denis K hace 8 años
padre
commit
5378ff23c0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      jet/static/jet/js/src/layout-updaters/changeform-tabs.js

+ 1 - 0
jet/static/jet/js/src/layout-updaters/changeform-tabs.js

@@ -15,6 +15,7 @@ ChangeFormTabsUpdater.prototype = {
             var className = 'module_' + i;
 
             $module.addClass(className);
+            $header.remove();
 
             tabs.push({
                 className: className,