Răsfoiți Sursa

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

Malishev Dmitry 14 ani în urmă
părinte
comite
4412f3f843
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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();
 }