Ver código fonte

Bug fix: border-bottom dissapear after edit and then cancel

Malishev Dmitry 14 anos atrás
pai
commit
4412f3f843
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      web/js/helpers.js

+ 1 - 0
web/js/helpers.js

@@ -251,6 +251,7 @@ App.Helpers.updateScreen = function()
         App.Env.initialParams = reply.data;
         App.Helpers.updateInitial();
     });*/
+    $('.first-row').removeClass('first-row');
     $('.row:first').addClass('first-row');
     Custom.init();
 }